JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://www.greensock.com/js/src/TweenMax.min.js"></script>
<p>rollover the green box</p>
<div class="box"></div>
CSS
.box{
position:relative;
width:50px;
height:50px;
margin-top:1px;
background-color:limegreen;
}