JSFiddle - React, Tailwind, and code Playground

by Jens Kühn

HTML

<button>
test
</button>

CSS

button {
  background-color: #00ff00;
}

botton:hover {
  background-color: #ff0000;
}