JSFiddle - React, Tailwind, and code Playground

by Stéphane LEGRAND

HTML

<div class="background"></div>

CSS

.background {
  width:104px;
  height:120px;
  background:#000000;
  transform: skew(0deg);
  -webkit-transform: cubic-bezier(0.25,0.1,0.25,1);
}