JSFiddle - React, Tailwind, and code Playground
HTML
<div class="c-elem"></div>
CSS
.c-elem {
box-sizing: border-box;
width: 350px;
height: 350px;
background: cornflowerblue;
margin: 2rem auto 0;
clip-path: circle(100px at 0 0);
}
<div class="c-elem"></div>
.c-elem {
box-sizing: border-box;
width: 350px;
height: 350px;
background: cornflowerblue;
margin: 2rem auto 0;
clip-path: circle(100px at 0 0);
}