JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    display: block;
    height: 100px;
    background-color: black;
    border-radius: 50% 50% 50% 50%;
    border: 1px dotted white;
}