JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="none">
<path fill="none" stroke="green" stroke-width="2" d="M2.380952380952381,56.38787878787879 C3.1746031746031744,50.753198653198666 5.555555555555556,24.884511784511783 7.142857142857143,22.579797979797977 C8.730158730158731,20.275084175084174 10.317460317460316,39.51414141414142 11.904761904761905,42.55959595959597 C13.492063492063494,45.605050505050514 15.079365079365077,39.16397306397307 16.666666666666668,40.852525252525254 C18.253968253968257,42.54107744107744 19.84126984126984,57.764983164983185 21.428571428571427,52.6909090909091 C23.015873015873012,47.61683501683503 24.603174603174597,6.424915824915831 26.19047619047619,10.408080808080811 C27.777777777777782,14.391245791245792 29.365079365079367,67.78181818181817 30.952380952380953,76.58989898989898 C32.53968253968254,85.3979797979798 34.12698412698413,61.938383838383835 35.714285714285715,63.256565656565655 C37.3015873015873,64.57474747474747 38.888888888888886,94.22457912457912 40.476190476190474,84.49898989898989 C42.063492063492056,74.77340067340066 43.65079365079365,12.4063973063973 45.23809523809524,4.903030303030298 C46.82539682539683,-2.6003367003367046 48.41269841269841,32.005723905723904 50,39.47878787878788 C51.58730158730159,46.95185185185185 53.17460317460317,49.57979797979798 54.76190476190476,49.74141414141414 C56.34920634920635,49.9030303030303 57.936507936507944,40.93670033670034 59.523809523809526,40.448484848484846 C61.111111111111114,39.96026936026936 62.69841269841271,38.07643097643098 64.28571428571429,46.81212121212121 C65.87301587301589,55.547811447811455 67.46031746031747,97.47878787878788 69.04761904761905,92.86262626262626 C70.63492063492065,88.24646464646464 72.22222222222223,30.500673400673406 73.80952380952381,19.115151515151517 C75.3968253968254,7.729629629629632 76.984126984127,18.25656565656566 78.57142857142857,24.549494949494953...
CSS
.container {
width: 500px;
height: 100px;
border: 1px solid #ccc;
}
svg {
width: 100%;
height: 100%;
}