JSFiddle - React, Tailwind, and code Playground
HTML
<div class="first"> This is DIV</div>
CSS
.first{
background:#F00;
}
.first:hover{
background: #0F0;
cursor: pointer;
}
<div class="first"> This is DIV</div>
.first{
background:#F00;
}
.first:hover{
background: #0F0;
cursor: pointer;
}