JSFiddle - React, Tailwind, and code Playground

HTML

<svg viewBox = "0 0 500 300" version = "1.1">
     <defs>
         <path id="s3" d="M 10,90 Q 100,15 200,70" />
     </defs>
     <g>
         <text font-size = "20">
             <textPath xlink:href="#s3" textLength="205">
                Short text</textPath>
         </text>
         <use xlink:href="#s3" fill="none" stroke="black" stroke-width="1"/>
     </g>
 </svg>