JSFiddle - React, Tailwind, and code Playground
HTML
<svg width="400" height="200">
<image xlink:href="http://placekitten.com/100/100" width="100" height="100"/>
<image xlink:href=" http://placekitten.com/100/100" width="100" height="100" x="100"/>
<image xlink:href="http://placekitten.com/100/100 " width="100" height="100" x="200"/>
<image xlink:href=" http://placekitten.com/100/100 " width="100" height="100" x="300"/>
<image href="http://placekitten.com/100/100" width="100" height="100" y="100"/>
<image href=" http://placekitten.com/100/100" width="100" height="100" x="100" y="100"/>
<image href="http://placekitten.com/100/100 " width="100" height="100" x="200" y="100"/>
<image href=" http://placekitten.com/100/100 " width="100" height="100" x="300" y="100"/>
</svg>