JSFiddle - React, Tailwind, and code Playground

HTML

<div class="figure"></div>

CSS

.figure {
height: 400px;
width: 200px;
background-color: black;
border-bottom-left-radius: 100%30px;
border-bottom-right-radius: 100%30px;    
}