SVG elements directly in HTML 

<div id="boxes">
  <svg viewBox="0 0 800 250">
    <rect x="50" y="50" width="100" height="100" fill="black" />
    ...
  </svg>
</div>