JSFiddle - React, Tailwind, and code Playground

HTML

<!--Looks like crap but is my only option in quirks mode-->
<span style="position:absolute; filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);">Does this make my butt look pixelated?</span>

<!-- looks great but doesn't work in quirks mode-->
<span style="position:absolute; top:150px; -ms-transform: rotate(-45deg);">Does this make my butt look pixelated?</span>