JSFiddle - React, Tailwind, and code Playground
HTML
<script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script>
<img src="https://www.google.com/images/srpr/logo3w.png" id="image">
CSS
#image {
width: 350px;
margin:100px 100px;
opacity: 1;
}
JavaScript
$("#image").animate({"opacity":"1"},1000).delay(500).rotate(-45);
$("#image").animate({"marginTop":"300","width":"150"},500);