JSFiddle - React, Tailwind, and code Playground
by musicreader
JavaScript
console.log("init");
checkGoogleAuth=function(){
alert("test");
}
var js=document.createElement("script");
js.src="https://apis.google.com/js/client:plusone.js?onload=checkGoogleAuth";
document.body.appendChild(js);