JSFiddle - React, Tailwind, and code Playground
HTML
<input type="button" onclick="$('#two').hide()" value=" hide " /><br/>
<div id="one"></div>
<div id="two"></div>
<div id="three"></div>
CSS
#one,#two,#three{height:80px;background:#f00}
#two{background:#0f0}
#three{background:#00f}