JSFiddle - React, Tailwind, and code Playground
HTML
<div id="div_element">hello world</div>
CSS
#div_element {
width:400px; height:200px; background:#ccc; display:none;
}
JavaScript
$('#div_element').show('drop',300);
<div id="div_element">hello world</div>
#div_element {
width:400px; height:200px; background:#ccc; display:none;
}
$('#div_element').show('drop',300);