JSFiddle - React, Tailwind, and code Playground
HTML
<big>SHORT</big>
<svg width="436" height="180" style="border:solid 6px;text-align:center" xmlns="http://www.w3.org/2000/svg">
<text x="0%" y="50%" textLength="100%">ABC</text>
</svg>
<big>LONG</big>
<svg width="436" height="180" style="border:solid 6px" xmlns="http://www.w3.org/2000/svg">
<text x="0%" y="50%" >ABCABCABCABCABCABCABCABCABCABCABABCABCABCABCABCABCABCABCABCABCABC</text>
</svg>
<big>CENTER ALIGN</big>
<svg width="436" height="180" style="border:solid 6px;background-color:red" xmlns="http://www.w3.org/2000/svg">
<text x="20%" y="50%" textanchor="middle" textLength="80%">CATA</text>
</svg>