JSFiddle - React, Tailwind, and code Playground

by vinodlouis

HTML

<svg width=500 height=500>
<polygon points="100 200 250 50 400 200" fill="#00ff00"></polygon>
<rect x=100 y=200 height="300" width="300" fill="#ff0000"></rect>
  
</svg>