JSFiddle - React, Tailwind, and code Playground
HTML
<svg width="200" height="200" viewBox="0 0 200 200" style="background:grey">
<rect x="0" y="0" width="120" height="120" fill="red"></rect>
</svg>
<hr>
<svg width="200" height="200" viewBox="0 0 100 100" style="background:grey">
<rect x="0" y="0" width="120" height="120" fill="red"></rect>
</svg>