JSFiddle - React, Tailwind, and code Playground

by usmanhalalit

HTML

<script id="something" type="text/javascript" src="some_path_to_go.js"></script>

<script type="text/javascript">
$(document).bind('ready', function() {
   alert($('#something').attr('src'));
});
</script>