JSFiddle - React, Tailwind, and code Playground
HTML
<svg width="250" height="250" style="border: 1px solid red;">
<line x1="25" y1="100" x2="25" y2="37" stroke="red" stroke-width="50"></line>
<line x1="75" y1="100" x2="75" y2="37" stroke="blue" stroke-width="20"></line>
</svg>