JSFiddle - React, Tailwind, and code Playground
by _abl
HTML
(divs are below this line)
<div class="divInfo">Foo</div>
<div class="divInfo">Bar</div>
<div class="divInfo">FooBar</div>
<div class="divInfo">BarFoo</div>
CSS
.divInfo:not(:hover){
opacity: 0;
}