JSFiddle - React, Tailwind, and code Playground

by jhorvath

HTML

<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink" style="background-color:#ff0000;border:1px solid black" >

    <text x="10" y="10" font-size="20" dy="20" >
        <tspan x="10" dy=".6em">tspan line 1</tspan>
        <tspan x="10" dy="1.2em">tspan line 2</tspan>
        <tspan x="10" dy="1.2em">tspan line 3</tspan>
    </text>
</svg>