JSFiddle - React, Tailwind, and code Playground
HTML
<div id="pan"></div>
CSS
#pan {
position: absolute;
display: inline-block;
height: 100px;
width: 100px;
background-color: #333;
}
#pan:hover {
background-color: red;
}