JSFiddle - React, Tailwind, and code Playground
HTML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%">
<g>
<a xlink:href="http://example.com/link1/">
<polygon points="0,0 0,100 100,100" fill="red" />
</a>
<a xlink:href="http://example.com/link2/">
<polygon points="0,0 120,0 100,150" fill="blue" opacity="0.42" />
</a>
</g>
</svg>