JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<div class="x"></div>

CSS

.x {
  width: 8em;
  height: 8em;
  border-radius: 20%;
  background: #035096;
}