Try CSS


circle(80px at 50% 50%);
.root {
  background-color: #e3c95d;
}
          
.circle {
  height: 15rem;
  width: 100%;
  clip-path: circle(80px at 50% 50%);
  background-color: #fff;
}