JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Here it goes some svg graphics:</h1>
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
x="0px" y="0px" width="112px" height="94px" viewBox="0 0 112 94" enable-background="new 0 0 112 94"
xml:space="preserve">
<defs>
</defs>
<ellipse class="customBackground" fill="#BF0411" cx="37.5" cy="35" rx="37.5" ry="35"/>
<rect class="customBackground" x="43" y="35" fill="#4F8E3A" width="69" height="59"/>
</svg>
CSS
.customBackground:hover {
fill: rgb(255,0,0);
}