JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    height:100px;
    width:100px;
    border:1px solid black;
    border-top: 0px;
    border-radius: 0px 0px 45px 45px;
}