JSFiddle - React, Tailwind, and code Playground

by villard

HTML

<svg viewbox="200 200">
    <g transform="rotate(45)">
        <rect x="100" y="20" width="20" height="20" fill="red" />
        <rect x="100" y="60" width="20" height="20" fill="green" />
    </g>
</svg>