JSFiddle - React, Tailwind, and code Playground
by watchduck
HTML
<svg width="200" height="200">
<polygon points="100,0,100,100,0,100"/>
</svg>
<svg width="200" height="200">
<polygon fill="red" points="100,0,100,100,0,100" transform="scale(2,-2) translate(0,-100)"/>
</svg>
<svg width="200" height="200">
<polygon fill="green" points="100,0,100,100,0,100" transform="scale(-2,2) translate(-100,0)"/>
</svg>
<svg width="200" height="200">
<polygon fill="blue" points="100,0,100,100,0,100" transform="scale(-2,-2) translate(-100,-100)"/>
</svg>