JSFiddle - React, Tailwind, and code Playground
HTML
<svg width="960" height="600">
<path class="path" d="M 480 229 L 242 229 C 238 229 234 233 234 237 L 234 272 C 234 276 234 284 234 288 L 234 459 C 234 463 238 467 242 467 L 480 467 " fill="transparent" stroke="#f0f0f0" stroke-width="4"></path>
</svg>
JavaScript
alert(document.querySelectorAll('.path')[0].getBoundingClientRect().width);