JSFiddle - React, Tailwind, and code Playground
HTML
<button>Hover me</button>
CSS
button {
background-color: blue;
}
button:hover {
background-color: lightblue;
}
<button>Hover me</button>
button {
background-color: blue;
}
button:hover {
background-color: lightblue;
}