JSFiddle - React, Tailwind, and code Playground

HTML

<button>Hover me</button>

CSS

button {
  background-color: blue;
}

button:hover {
  background-color: lightblue;
}