JSFiddle - React, Tailwind, and code Playground

HTML

<div>

</div>

CSS

div {
      background-color:red;
      clip-path: ellipse(140% 100% at 10% 0%);
      height:350px;
}