JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="600" height="600">
 <defs>
    <linearGradient id="grad1">
      <stop offset="0%" style="stop-color:#120000;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#00f2f2;stop-opacity:0" />
    </linearGradient>
  </defs>
<line stroke="url(#grad1)" x1="0" y1="0" x2="300" y2="300"></line>
</svg>