JSFiddle - React, Tailwind, and code Playground
HTML
<svg width=600>
<line x1=10 y1=10 x2=350 y2=10 stroke=green stroke-width=20 stroke-opacity=0.3></line>
<line x1=10 y1=70 x2=350 y2=70 stroke=green stroke-width=20 stroke-opacity=0.8></line>
</svg>