JSFiddle - React, Tailwind, and code Playground

by Aljohn De Guzman

HTML

<div>
    Hello
</div>

CSS

div{
    background-color:red;
    width: 90px;
    height: 90px;
    position: absolute;
}

JavaScript

$("div").animate({ "left": "300px" }, 5000 );