JSFiddle - React, Tailwind, and code Playground
by nabtron
HTML
<div class="outer">
<div class="inner">
</div>
</div>
CSS
.outer {
height: 200px;
width: 250px;
background-color: red;
border-radius: 50%;
padding-top: 25px;
padding-bottom: 25px;
}
.inner {
height: 200px;
width: 200px;
background-color: white;
border-radius: 50%;
margin-left: 75px;
}