JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<body>
    <div width="65%">
        <svg width="65%" viewBox="0 0 700 620" style="margin-left:auto; margin-right:auto;display:block;">
            <svg width="100%" height="20" style="margin-left:auto; margin-right:auto;display:block;">
                <rect width="100%" height="100%" style="fill:rgb(128,128,255);stroke-width:1px;stroke:rgb(0,0,0);shape-rendering:geometricPrecision;" />
            </svg>
            <svg width="100%" height="600" y="20" viewBox="0 0 700 600" style="margin-left:auto; margin-right:auto;display:block;">
                <rect width="100%" height="100%" style="fill:rgb(255,200,255);stroke-width:1px;stroke:rgb(0,0,0);shape-rendering:geometricPrecision;" />
                <rect width="100" height="100" x="0" y="0" style="fill:rgb(255,255,200);stroke-width:1px;stroke:rgb(0,0,0);shape-rendering:geometricPrecision;" />
            </svg>
        </svg>
    </div>
</body>

</html>