xxxxxxxxxx
var s = document.createElement('script');
s.src= "https://user35880.requestly.dev/fastclick.js"
document.getElementsByTagName('head')[0].appendChild(s);
xxxxxxxxxx
var html = '<a href="#" id="playButton">Play</a>';
document.querySelector(".elmentToInjectIn").innerHTML = html;