JSFiddle - React, Tailwind, and code Playground

HTML

<svg xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        viewBox="0 0 80 80">
    <defs>
        <path id="myTextPath"
              d="M16,40 a24,24 0 0,1 48,0" />
    </defs>

    <path d="M16,40 a24,24 0 0,1 48,0" style="stroke:#600; fill:none"/>
    
    <text x="5">
        <textPath xlink:href="#myTextPath" startOffset="50%">|</textPath>
    </text>
    	
    	
</svg>