JSFiddle - React, Tailwind, and code Playground

HTML

<div class="first"> This is DIV</div>

CSS

.first{
background:#F00;
}
.first:hover{
background: #0F0;
cursor: pointer;
}