JSFiddle - React, Tailwind, and code Playground
JavaScript
var svgElement = $("<svg width='400px' height='400px'></svg>");
$("body").append(svgElement);
$(svgElement).append('<rect fill="#af00a0" width="200px" height="200px"></rect>');
var svgElement = $("<svg width='400px' height='400px'></svg>");
$("body").append(svgElement);
$(svgElement).append('<rect fill="#af00a0" width="200px" height="200px"></rect>');