JSFiddle - React, Tailwind, and code Playground

HTML

<div>
</div>

CSS

div{
    background-color:black;
    width:500px;
    height:50px;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
}