JSFiddle - React, Tailwind, and code Playground
HTML
<div>aaa</div>
CSS
div { background: #dddddd; width :100px; height: 100px; position: absolute; top: 200px; left: 0;}
JavaScript
$('div').animate({top: 500px}, 3000);
<div>aaa</div>
div { background: #dddddd; width :100px; height: 100px; position: absolute; top: 200px; left: 0;}
$('div').animate({top: 500px}, 3000);