JSFiddle - React, Tailwind, and code Playground
by surakrai
HTML
<svg width="25px" height="100px" class="svg-left">
<defs>
<linearGradient id='line-color'>
<stop stop-color='#e6e6e6'/>
<stop offset='100%' stop-color='#fff'/>
</linearGradient>
</defs>
<polyline fill="none" stroke="black" stroke-width="1" class="polyline" points="15 0 0 50 15 100"></polyline>
</svg>