JSFiddle - React, Tailwind, and code Playground
by Muthuraman B
HTML
<div></div>
CSS
div {
width: 20em;
height: 20em;
border-radius: 50%;
background-color: red;
border: 4px solid #fff;
box-shadow: 0 0 0 10px #000;
margin:10px auto;
}