JSFiddle - React, Tailwind, and code Playground
by aldomatic
HTML
<div id="anim"></div>
CSS
#anim{
-webkit-transition: all 1s ease-in-out;
background-color:red;
width:100px;
height:100px;
}
#anim{
-webkit-transform:skew(35deg);
};