JSFiddle - React, Tailwind, and code Playground
by ckissi
HTML
<svg class="black" xmlns="http://www.w3.org/2000/svg">
<circle cx="25" cy="25" r="25" fill="red" />
</svg>
<svg class="top" xmlns="http://www.w3.org/2000/svg">
<circle cx="25" cy="25" r="25" fill="yellow" />
</svg>
CSS
.black{
margin: 0 auto;
position: absolute;
top: 34px;
height: 25;
width: 25;
left: 30px;
text-align:center;
}
.top{
margin:0;
height:50;
width:50;
}