JSFiddle - React, Tailwind, and code Playground

HTML

<svg xmlns="http://www.w3.org/2000/svg">
    
    <rect width="200" height="200" fill="red"/>
    <line x1="0" y1="100" x2="200" y2="100" stroke="#c00"/>
    
    <text x="0" y="100" font-family="Verdana" font-size="20pt" dy="0.35em">Some TEXT</text>
    
</svg>