JSFiddle - React, Tailwind, and code Playground
by create_1
HTML
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
<g>
<title>Layer 1</title>
<rect fill="#fff" stroke="#000" x="147" y="105" width="388" height="253" id="svg_1"/>
<ellipse fill="#0fffff" stroke="#000" cx="330.5" cy="106.5" id="svg_2" rx="55.5" ry="54.5" fill-opacity="0"/>
</g>
</svg>
CSS
body {
background-color: yellow;
}