JSFiddle - React, Tailwind, and code Playground

HTML

<svg width=300 height=300>
  <rect x=10 y=10 width=200 height=200 fill=pink rx=50></rect>
  <rect x=20 y=65 width=200 height=200 fill=green ry=10></rect>
  <rect x=50 y=50 width=200 height=200 fill=blue rx=50 ry=10></rect>
</svg>