JSFiddle - React, Tailwind, and code Playground

by jcubed111

HTML

<div></div>

CSS

div{
  width: 200px;
  height: 200px;
  border: 10px dotted #000;
  border-radius: 66px;
  border-left-style: solid;
}