JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div {
height: 500px;
width: 500px;
}
div:hover {
background: grey;
}
<div>
</div>
div {
height: 500px;
width: 500px;
}
div:hover {
background: grey;
}