JSFiddle - React, Tailwind, and code Playground
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(2,-2) translate(0,-100)"/>
</svg>
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100" transform="scale(-2,2) translate(-100,0)"/>
</svg>
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100" transform="scale(-2,-2) translate(-100,-100)"/>
</svg>