JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="4000px" height="2000px">
    <path d="M0,0 Q0,110 200,100" stroke="black" fill="none" />
    </svg>

CSS

svg{
    //border: 1px solid #ccc;
}