JSFiddle - React, Tailwind, and code Playground
HTML
<svg height=600 width=800>
<rect x=100 y=100 height=200 width=200 fill=#CCCCCC></rect>
<text x=100 y=100 dominant-baseline="hanging">
<tspan>First line!(jgpq)</tspan>
<tspan x=100 dy=1em>Second line!(jgpq)</tspan>
<tspan x=100 dy=1em>Third line!(jgpq)</tspan>
<tspan x=100 dy=1em>Fourth line!(jgpq)</tspan>
</text>
</svg>