JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
    width: 500px;
    height: 500px;
    margin: 20px auto;
    border-radius: 99%;
    background: blue;
}