JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    background-color: #80C5A0;
    width: 400px;
    height: 100px;
    border-radius: 200px / 100px;
}