UX
<tap bol2>Tap Me</tap>
UI
<style>
tap {
display:flex;
place-content: center;
display: block;
min-width: 10px;
max-width: max-content;
padding: 0.08in 0.15in;
border-radius: var(--bdr);
height: auto;
min-height: auto;
max-height: none;
overflow: auto;
justify-content: center;
text-align: center;
}
</style>