JSFiddle - React, Tailwind, and code Playground

by bstst

HTML

<script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script>
<div id="image">bybis</div>

CSS

#image{
  margin:100px 100px;
}

JavaScript

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