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();