JSFiddle - React, Tailwind, and code Playground
by Rob Crowther
HTML
<div id="container">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100">
<rect x="0" y="0" width="100" height="100" />
</svg>
</div>
CSS
svg, #container{
height: 100%;
width: 100%;
}