JSFiddle - React, Tailwind, and code Playground

HTML

<svg width=600 height=600>
    <g id=group stroke=blue>
      <rect id=rect x=25 y=25 width=100 height=100 stroke=blue fill=none></rect>
      <circle cx=75 cy=75 r=40 fill=lime stroke=red stroke-width=5px></circle>
    </g>
    <use x=120 y=0 xlink:href=#group></use>
  </svg>