JSFiddle - React, Tailwind, and code Playground

by nikolya223

HTML

<div>  </div>

CSS

div {
        border-bottom: 1px dotted #555;
        width: 100px;
        height: 100px;
        border-radius: 50px;
}