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);
}
by luka kupunia
<div></div>
div {
width: 200px;
height: 200px;
background: red;
transform: scaleX(1) scaleY(0.2);
}