JSFiddle - React, Tailwind, and code Playground

by David Thomas

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 white;
}