JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://raw.githubusercontent.com/sachinjain024/practicebook/master/web-extensions-master/storage/background.js"></script>

<center id="msg"></center>

<script>
try {
		if (typeof BG.Methods !== 'undefoned') {
  	document.getElementById('msg').innerHTML = 'script evaluated successfully!';
  }
} catch (e) {
	  	document.getElementById('msg').innerHTML = 'Problem evaluating script from raw.githubusercontent.com. Solve it <a href="https://requestly.io/blog/2018/06/16/execute-js-hosted-on-github/">using Requestly</a>';
}
</script>