JSFiddle - React, Tailwind, and code Playground

HTML

<div>
</div>

CSS

div{
  background-color: black;
  width: 500px;
  height: 300px;
  border-radius: 0 0 50% 50% / 50px;
}