JSFiddle - React, Tailwind, and code Playground

HTML

<svg>
    <g id=group stroke=blue>
      <title>사각형과 원</title>
      <desc>초록색 사각형 옆에 파란색 원이 겹쳐 있습니다.</desc>
      <rect id=rect x=30 y=30 width=100 height=100 stroke=blue fill=lime></rect>
      <circle cx=130 cy=80 r=40 fill=blue></circle>
    </g>
  </svg>