JSFiddle - React, Tailwind, and code Playground
HTML
<script type="text/javascript">
$(document).ready(function(){alert("Hello from $(document).ready")})
</script>
<!-- This shows an alert with the text "Hellow from defer" -->
<script defer="defer" type="text/javascript" src="http://pastebin.com/raw.php?i=grVMi5dN"></script>