<button class="button">hello world</button>
.button {
all: unset;
background: white;
border-radius: 0.5rem;
border: 1px solid #e2e8f0;
box-shadow: inset 0 1px 4px rgb(0 0 0 / 0.2);
font-size: 0.875rem;
font-weight: 500;
height: 2rem;
padding: 0 1rem;
outline: revert;
}