JSFiddle - React, Tailwind, and code Playground
HTML
<div>
</div>
CSS
div{
background: blue;
width: 200px;
height: 200px;
-webkit-clip-path: circle(50px at center);
}
<div>
</div>
div{
background: blue;
width: 200px;
height: 200px;
-webkit-clip-path: circle(50px at center);
}