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