JSFiddle - React, Tailwind, and code Playground
by lichangwei
HTML
<div>a</div>
CSS
div{
position: absolute;
top: 100px;
left: 100px;
width: 100px;
height: 100px;
background: red;
transform: rotate(45deg);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}