JSFiddle - React, Tailwind, and code Playground

by Alex Baumgertner

HTML

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

CSS

.circle {
    height: 100px;
    width: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: red;
}