JSFiddle - React, Tailwind, and code Playground
HTML
<div id='partial'></div>
JavaScript
var url = "https://gist.githubusercontent.com/alan0xd7/ed60a93559c60d6bfdaa/raw/51dd18a0069003674864142c50806722fd9f6ae5/abc.html";
window.sharedVariable = "Hello World!";
$('#partial').load(url);