JSFiddle - React, Tailwind, and code Playground
by anish
HTML
<div id="rot">hello</div>
CSS
#rot
{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
width:100px;
}
by anish
<div id="rot">hello</div>
#rot
{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
width:100px;
}