JSFiddle - React, Tailwind, and code Playground

by Douglas Duhaime

HTML

<div class="wow"></div>

CSS

.wow {
  height: 40px;
  width: 40px;
  background:red;
  perspective(4px) rotateX(1deg);
}