JSFiddle - React, Tailwind, and code Playground

by sameh obada

HTML

<svg width="400" height="400">
    <g class="transform">
    <circle  r="100" cx="100" cy="100" fill="black"/>
    </g>
</svg>

CSS

.transform {
    
    transform : translate(200px,100px);
}