JSFiddle - React, Tailwind, and code Playground
by lun471k
HTML
<div>test test test test test</div>
CSS
div{
margin-top:100px;
margin-left:20px;
width: auto;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-ms-transform:rotate(270deg);
-o-transform:rotate(270deg);
transform:rotate(270deg);
}