JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="400" height="400">
  <rect x="100" y="100" width="40" height="45" fill="darkred">
    <title>Top Box</title>
  </rect>
</svg><svg width="400" height="400">
  <rect x="100" y="100" width="40" height="45" fill="blue">
    <title>Middle Box</title>
  </rect>
</svg>
<svg width="400" height="400">
  <rect x="100" y="100" width="40" height="45" fill="green">
    <title>Bottom Box</title>
  </rect>
</svg>