JSFiddle - React, Tailwind, and code Playground

by Jussia

HTML

<svg class="chart" viewBox="0 0 100 100"  preserveAspectRatio="xMinYMin meet">

      <polyline
        fill="none"
        stroke="#9e2c1c"
        stroke-width="2"
        points="
        0,8955.1
        20,8955
        40,8955.1
        60,8961
        80,8961.9
        100,8963.1
        120,8964
        "
      />

    </svg>