JSFiddle - React, Tailwind, and code Playground
HOVER BOX
HTML
<div id="box"></div>
CSS
#box {width:200px; height:150px; background:#CCCCCC;}
#box:hover {width:200px; height:150px; background:#666;}
<div id="box"></div>
#box {width:200px; height:150px; background:#CCCCCC;}
#box:hover {width:200px; height:150px; background:#666;}