JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<svg x="0%" y="0%" width="100%" height="100%" style="border: 1px solid black;">
    <rect id="top-left" x="0%" y="0%" width="20" height="20" fill="red"/>
    <rect id="top-right" x="-100%" y="0%" width="20" height="20" fill="green" transform="scale(-1,1)"/>
    <rect id="bottom-left" x="0%" y="-100%" width="20" height="20" fill="blue" transform="scale(1,-1)"/>
    <polygon id="bottom-right" x="-100%" y="-100%"  opacity="0.5" fill="#00FF00" stroke="#000000" stroke-width="0.5" points="10.608,184.461 81,62.54 151.391,184.461 " transform="scale(-1,-1)"/>
</svg>