JSFiddle - React, Tailwind, and code Playground
by John Doe
HTML
<button>Lorem</button>
<br><br>
<button class="reset">Lorem</button>
<br><br>
<button class="resetall">Lorem</button>
CSS
.reset{
background: transparent;
border: none;
color: inherit;
font: inherit;
outline: none;
padding: 0;
}
.resetall{
all: unset;
}