JSFiddle - React, Tailwind, and code Playground
by eddiemonge
HTML
<div id="test"></div>
CSS
#test {
min-height: 100px;
height: 300px;
background: red;
}
JavaScript
$('#test').slideUp();
by eddiemonge
<div id="test"></div>
#test {
min-height: 100px;
height: 300px;
background: red;
}
$('#test').slideUp();