JSFiddle - React, Tailwind, and code Playground

HTML

<li> HELLO WORLD </li>

CSS

li {
    background:red;
}
li:hover {
    background: green;
}