JSFiddle - React, Tailwind, and code Playground

by markmsmith

HTML

<!DOCTYPE html>
<html>
    <head>
   <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
   <!--<script src="./script.js"></script>-->
   <script type="text/javascript">
   $(function(){
       $.ajax({
           url:"https://xc-ajax-demo.herokuapp.com/api/countries/ "
           data: "Method"
           success: function(result){
           	
           }
       })
       
   });
   </script>
        
    </head>
    <body>
        
    </body>
</html>