JSFiddle - React, Tailwind, and code Playground

by andrewray

HTML

<div>
    <img id="moo" src="https://www.google.com/images/srpr/logo3w.png"/>
</div>
<div>
    <img id="barf" src="https://www.google.com/images/srpr/logo3w.png"/>
</div>

CSS

div {padding:10px; border:1px solid #aaa; margin:0 0 20px;}

JavaScript

$('#barf').animate({width: 5000}, {duration:10000});