JSFiddle - React, Tailwind, and code Playground

by geekambassador

HTML

<script src="http://www.greensock.com/js/src/TweenMax.min.js"></script>
<div class="box red"></div>

CSS

.box{
    position:relative;
    width:50px;
    height:50px;    
}



.red{
    background-color:red;
}