JSFiddle - React, Tailwind, and code Playground
JavaScript
var tag = document.createElement('script');
tag.type = "text/javascript";
tag.src = 'http://www.parade.com/wp-content/static/builds/games/loader.js';
tag.setAttribute('data-parade-game', 'numbrix' );
tag.setAttribute('data-parade-host', 'http://www.parade.com' );
var node = document.getElementsByTagName('body')[0];
node.parentNode.insertBefore(tag, node);