JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width: 50%;
    height: 5em;
    margin: 2em auto;
    border-radius: 500px;
    background-color: #000;
}