JSFiddle - React, Tailwind, and code Playground
HTML
<svg>
<defs>
<g id=group stroke=blue>
<rect id=rect x=0 y=0 width=100 height=100 stroke=blue fill=none></rect>
<circle cx=50 cy=50 r=40 fill=lime> </circle>
</g>
</defs>
<use x=25 y=25 xlink:href=#group></use>
</svg>