JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div{
background-color:black;
width:500px;
height:200px;
border-radius: 0 0 50% 50% / 15%;
}
<div>
</div>
div{
background-color:black;
width:500px;
height:200px;
border-radius: 0 0 50% 50% / 15%;
}