JSFiddle - React, Tailwind, and code Playground

by vinodlouis

HTML

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