JSFiddle - React, Tailwind, and code Playground

by danShumway

HTML

<div id = 'one'></div>
<div id = 'two'></div>

CSS

#one{
    width:100px;
    height:100px;
    background-color:black;
    opacity:0;
    display:none;
}

#two{
    width:100px;
    height:100px;
    background-color:red
}