JSFiddle - React, Tailwind, and code Playground

by abernier

HTML

<div>a</div>

CSS

div:before {content:" "; display:block; width:5em; height:5em; background:red; opacity:.5; -webkit-transition:opacity 1s;}
div:hover:before {opacity:1;}