JSFiddle - React, Tailwind, and code Playground

HTML

<div class="circle"></div>

CSS

.circle {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background-color:blue;
}