JSFiddle - React, Tailwind, and code Playground

HTML

<div id="caixa1">    </div>
<div id="caixa2">    </div>

CSS

#caixa1{width:100px;height:100px;background-color:red;position:absolute;}
#caixa1:hover{display:none;}
#caixa2{width:100px;height:100px;background-color:#00F;}