JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
	$(document).ready(function(){
    alert("on page load,\nmake you ajax query here")
    // $.ajax...
    // or create function:
    /*
    function request(){ ajax here }
    */
  })
</script>
some html code