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 red;
box-shadow: inset 0 0 0 5px #000;
}
by Muthuraman B
<div></div>
div {
width: 20em;
height: 20em;
border-radius: 50%;
background-color: red;
border: 4px solid red;
box-shadow: inset 0 0 0 5px #000;
}