JSFiddle - React, Tailwind, and code Playground
by pleinx
HTML
<div class="asdf">
asdf
</div>
CSS
.asdf {
-ms-transform: rotate(90deg);
background: red;
}
by pleinx
<div class="asdf">
asdf
</div>
.asdf {
-ms-transform: rotate(90deg);
background: red;
}