JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<button>
Test
</button>

CSS

button {
  background-color: green;
}


button:active,
button:visited,
button:target,
button:focus {
  background-color: red;
}