JSFiddle - React, Tailwind, and code Playground
by Marcos Moitas
HTML
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100"/>
</svg>
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100" transform="scale(-1,1) translate(-100,0)"/>
</svg>
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100" transform="scale(1,-1) translate(0,-100)"/>
</svg>
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100" transform="scale(-2,-2) translate(-100,-100)"/>
</svg>