JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<div></div>

CSS

div {
  width: 200px;
  height: 200px;
  background: red;
  transform: scaleX(1) scaleY(0.2);
}