JSFiddle - React, Tailwind, and code Playground
by pxfunc
HTML
<div id="container"></div>
CSS
.trans {
width: 20px;
height: 20px;
background-color: cyan;
}
JavaScript
var div = $('<div class="trans" />');
$('#container').append(div);
div.animate({'width': '200px'}, 5000); // 5 sec animation