JSFiddle - React, Tailwind, and code Playground

by Felis Catus

HTML

<svg xmlns="http://www.w3.org/2000/svg" width="500" height="100" viewBox="0 0 1440 14" preserveAspectRatio="none">
  <path d="M1,1L60,12L61,1L120,12,L121,1.5L180,11.2" stroke="red" fill="none" stroke-width="3"/>
</svg>

CSS

path {
  vector-effect: non-scaling-stroke;
}