JSFiddle - React, Tailwind, and code Playground

by Brett Gaynor

HTML

<button class="btn">
Button
</button>

CSS

.btn {
  all: unset;
  background-color: #000;
  color: #fff;
}