JSFiddle - React, Tailwind, and code Playground

by elizabethkmathew

HTML

<svg>
    <text y="50">
       <tspan x="0" text-anchor="end">000012340000</tspan>
       <tspan x="0" text-anchor="end" dy="15">1234</tspan>
   </text>
</svg>

CSS

svg {
    width: 200px; height: 100px;
    text-align: center;
    border: solid 1px blue;
    font-family: monospace;
}