JSFiddle - React, Tailwind, and code Playground

HOVER BOX

by Angelo Rogério Rubin

HTML

<div id="box"></div>

CSS

#box {width:200px; height:150px; background:#CCCCCC;}
#box:hover {width:200px; height:150px; background:#666;}