<div class="box"></div>
.box {
height: 200px;
background: red;
margin: 10px;
clip-path: ellipse(85% 100% at 30% 0)
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.