JSFiddle - React, Tailwind, and code Playground

by jcutrell

HTML

<div id='test'></div>

CSS

#test {
    background: #222;
    width: 200px;
    height: 200px;
}

#test:hover {
    background: rgba(20,20,20,0.6);
}