JSFiddle - React, Tailwind, and code Playground

by anoopsuda

HTML

<h1>
CSS Skewe 
</h1>
<div class="shape1">

</div>

CSS

.shape1 {
  
  width:200px;
  height:150px;
      position: absolute;
  background:red;
      transform-style: preserve-3d;
    transform: rotateX(45deg);
        position: absolute;
}