JSFiddle - React, Tailwind, and code Playground

by Kelly Hawker

HTML

<div class="box"></div>

CSS

.box {
  background-color: red;
  width: 100%;
  height: 300px;
  transform: skewY(-1.5deg);
}