JSFiddle - React, Tailwind, and code Playground
by dievardump
HTML
<svg viewBox='0 0 1000 1000' width="1000" height='1000'>
<path
fill="none"
stroke="#000"
stroke-width="3"
d="
M 100, 100
m 75, 0
a 75,75 0 1,0 -150,0
a 75,75 0 1,0 150,0
"
/>
</svg>