JSFiddle - React, Tailwind, and code Playground

by Tripad

HTML

<div id="box">
    
</div>

CSS

#box{
   background: gold;
border: none;
  border-radius: 50%; 
    width: 200px;
    height: 100px;
}