JSFiddle - React, Tailwind, and code Playground

by Patrick Ludewig

HTML

<svg width="500" height="500" xmlns="http://www.w3.org/2000/svg">

  <path d="M 10 10 C 20 20, 100 300, 300 300" stroke="black" fill="transparent"/>
  <path d="M 10 10 C 40 50, 120 400, 400 550" stroke="red" fill="transparent"/>
  <path d="M 10 10 C 30 30, 100 50, 200 120" stroke="blue" fill="transparent"/>

</svg>