JSFiddle - React, Tailwind, and code Playground

by NickU

HTML

<div class="ele"></div>

CSS

.ele {
    position: absolute;
    left: 169px;
    top: 182px;
    
    /* Visual purposes only */
    width: 100px;
    height: 100px;
    background: #000;
}

JavaScript

$("div.ele").animate({ top: '230px' },900);