JSFiddle - React, Tailwind, and code Playground

by Mladen Petrovic

HTML

<div class="circle"> </div>

CSS

.circle {
    position: relative;
    margin: 4em auto;
    width: 16em; height: 16em;
    border-radius: 55%;
    background: lightblue;
    border: 20px solid green;
    border-top-color: red;
}