JSFiddle - React, Tailwind, and code Playground

HTML

<div id="block"></div>

CSS

#block {
    width: 100px; 
    height: 100px; 
    background: #ddd; 
    border: 3px dotted; 
    border-radius: 50%;
}