JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    width:200px;
    height:150px;
    border-bottom-left-radius:50px;
    border-top-right-radius:50px;
    background-color:red;
}