JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

HTML

<svg width="900" height="900" xmlns="http://www.w3.org/2000/svg">
  
  <path 
    d="  M 10 10 
         L 10 50 
         C 10 300 800 500 800 750
         L 800 800" 
    stroke="#000" 
    stroke-width="4px" 
    fill="transparent"> </path>
</svg>