JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="1000" height="1000" style="border: solid 1px Silver">
    <rect x="70" y="130" width="200" height="90" fill="Green" stroke="none" />

    
    
    
    <circle cx="110" cy="50" r="40" fill="Red" stroke="Red"/>

                
    <circle cx="110" cy="190" r="50" fill="Black" stroke="Black"/> 
              
    <circle cx="210" cy="220" r="20" fill="Black" stroke="Black"/>
    
    <polygon points="270,220 270,130 350,220" fill="Red" stroke="Red"/>
    <circle cx="275" cy="220" r="20" fill="Black" stroke="Black"/>
    <rect x="70" y="50" width="80" height="80" fill="Green" stroke="none" />
    <rect x="100" y="80" width="50" height="50" fill="white" stroke="none" />   
    <line x1="149" y1="80" x2="149" y2="130" stroke-width="2" stroke="black"/>
    

    
    
    
    
    
    
    
    
</svg>