JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cir">
</div>
<div class="cir1">
</div>
CSS
.cir {
background-color: red;
width: 450px;
height: 450px;
border-radius: 450px;
}
.cir1 {
background-color: green;
width: 500px;
height: 500px;
border-radius: 500px;
}