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;
}
by nikolya223
<div> </div>
div {
border-bottom: 1px dotted #555;
width: 100px;
height: 100px;
border-radius: 50px;
}