JSFiddle - React, Tailwind, and code Playground

HTML

<svg>
    <g id=group stroke=blue>
      <title>사각형과 원</title>
      <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>