// from https://snippet.zone:
// https://snippet.zone/2021/08/05/quick-svg/
const el = document.body.appendChild(
document.createElement('div'));
el.innerHTML = `<svg style='overlow:visible'>
<circle cx="100" cy="20" r="20" fill="red" />
<rect x="100" y="60" width="20" height="20" fill="blue" />
</svg>`;
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.