JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script>
<div id="image"><a href="#"><img src="https://www.google.com/images/srpr/logo3w.png" ></a></div>

CSS

#image{
    border: 1px solid #ccc;
    position: absolute;
    top: 100px;
    left: 100px;
}

JavaScript

$("#image").rotate(45);