JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

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);
}