JSFiddle - React, Tailwind, and code Playground

by fredd man

HTML

<script data-ad-client="ca-pub-3843159262014536" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>


<script>
window.google_ad_client = "ca-pub-3843159262014536";
window.google_ad_slot = "ca-pub-3843159262014536";
window.google_ad_width = 200;
window.google_ad_height = 200;

// container is where you want the ad to be inserted
var container = document.getElementById('ad_container');
var w = document.write;
document.write = function (content) {
    container.innerHTML = content;
    document.write = w;
};

var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
document.body.appendChild(script);
</script>

<div style="margin: 0 10px 10px 10px;">
			<script type="text/javascript"><!--
			google_ad_client = "pub-7611360452853908";
			/* WSC 468x60 Post Page */
			google_ad_slot = "4496786803";
			google_ad_width = 468;
			google_ad_height = 60;
			//-->
			</script>
			<script type="text/javascript"
			src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script>
			</div>