JSFiddle - React, Tailwind, and code Playground

by Julien Roche

HTML

<button>Click me bro!!</button>

CSS

button {
  background-color: white;
}

button:active {
  background-color: orange;
}