JSFiddle - React, Tailwind, and code Playground
by jamessouth
HTML
<div class="frame">
<div class="blob">
</div>
</div>
CSS
body {
padding-top: 50px
}
.blob {
width: 200px;
height: 200px;
background-color: black;
transform: matrix3d(0.578352, -0.00235739, 0, -1.25508e-05, 0.0626585, 1.00757, 0, -0.00224878, 0, 0, 1, 0, -12.8798, -80.4789, 0, 0.999998);
}
.frame {
border: 1px solid black;
width: 200px;
height: 200px;
}