JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test"></div>
CSS
#test {position:absolute;width:100px;height:100px;border-radius:50px;background:#F00;top:10px;left:10px}
JavaScript
$("#test").animate({"left":100},2000)
$("#test").animate({"top":100},2000)