JSFiddle - React, Tailwind, and code Playground

by santhosh lanka

HTML

<div id="content">
    <div id="outer-circle"></div>
</div>

CSS

#outer-circle {
	background: #385a94;
	border-radius: 50%;
	height:300px;
	width:300px;
    position: relative;
    box-shadow: 0 0 0 100px black;
    margin:100px;
}