JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width: 200px;
    height: 200px;
    background-color: gold;
    border-radius: 50%;
}