JSFiddle - React, Tailwind, and code Playground

HTML

<svg>
    <path id="SvgjsPath1" d="M 99,93.703125 Q 300,150 43,89.703125 T 543,89.703125" stroke="red" fill="none"></path>
    
    <!-- <path id="SvgjsPath2" d="M97 267C100 106 400 100 400 250"></path> -->
    
</svg>

CSS

svg{
    height: 100%;
    width: 100%;
}

#SvgjsPath2{
    fill: none;
    stroke: purple;
}