JSFiddle - React, Tailwind, and code Playground

by Richard Hunter

HTML

<svg width="200" height="200" viewBox="0 0 100 100">
   
          <path
            d="M10,30 A20,20,0,0,1,50,30 A20,20,0,0,1,90,30 Q90,60,50,90 Q10,60,10,30 Z" fill="pink"  stroke="blue"/>

      </svg>