JSFiddle - React, Tailwind, and code Playground
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);
}
<div class="background"></div>
.background {
width:104px;
height:120px;
background:#000000;
transform: skew(0deg);
-webkit-transform: cubic-bezier(0.25,0.1,0.25,1);
}