JSFiddle - React, Tailwind, and code Playground

by Aljohn De Guzman

HTML

<div>Sample</div>

CSS

div
{
width:200px;
height:100px;
color:white;
text-align:center;
background-color:#717171;

transform:rotate(155deg);
-ms-transform:rotate(155deg);
-webkit-transform:rotate(155deg);
}