JSFiddle - React, Tailwind, and code Playground

by reefbarman

HTML

<div id="hello"><img src="http://www.google.co.uk/images/srpr/logo3w.png" /><span>Some text is here</span></div>

JavaScript

$("#hello").effect("scale", {percent:50, direction:"horizontal"}, 1000);