JSFiddle - React, Tailwind, and code Playground

by intrinsica

HTML

<div>Transformed element</div>

CSS

div {
  border: solid red;
  transform: translate(0px, 0px) rotate(20deg);
  width: 140px;
  height: 60px;
}