JSFiddle - React, Tailwind, and code Playground

by pleinx

HTML

<div class="asdf">

asdf
</div>

CSS

.asdf {
  -ms-transform: rotate(90deg);
  background: red;
}