JSFiddle - React, Tailwind, and code Playground

by shiv_veerashetty

HTML

<div id="rot">hello</div>

CSS

#rot
{
   -webkit-transform: rotate(-20deg); 
-moz-transform: rotate(-20deg);    

}