JSFiddle - React, Tailwind, and code Playground
HTML
<div id="first">
<br /><br /><br />
</div>
<br />
<div id="second">
<br /><br /><br />
</div>
CSS
#first{
background: #252525;
cursor: pointer;
}
#second{
background: #009933;
cursor: cell;
}