JSFiddle - React, Tailwind, and code Playground

by Mr_Vasu

HTML

<div class="rtr">
    
    
</div>

CSS

.rtr{height:150px; width:100px; margin:50px auto; border:1px dotted #333;
animation: rtr 10s alternate;background:#ddf;
-webkit-animation:rtr 10s alternate;
}
@-webkit-keyframes rtr{
from { -webkit-transform: rotate(4deg) scale(-5) skew(-1deg) translate(-10px); }
to { -webkit-transform: rotate(54deg) scale(.05) skew(1deg) translate(10px); }