JSFiddle - React, Tailwind, and code Playground
by ThiefMaster
HTML
<div id="img"></div>
CSS
#img { height: 200px; width: 150px; background: #aaa; display: inline-block; }
JavaScript
$('#img').effect('shake', {direction: 'up', distance: 5});