JSFiddle - React, Tailwind, and code Playground

by Vladimir

HTML

<div></div>

CSS

div {
    border-top:1px solid #000;
    width:100px;
    height:100px;
    margin:100px;
    border-radius:100px;
}