JSFiddle - React, Tailwind, and code Playground

by Tony Realovich

HTML

<div class="radius"></div>

CSS

.radius {
    background-color: yellowgreen;
    width: 120px;
    height: 150px;
    border-radius: 120px 0 120px 0/150px 0 150px 0;
    box-shadow: 0 0 5px #ccc;
}