JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

JavaScript

var script = document.createElement('img');
document.body.appendChild(script);
script.src = "//www.google.com";
document.body.removeChild(script);