JSFiddle - React, Tailwind, and code Playground

by Abid Shaik

HTML

<div id="opt">

</div>

JavaScript

$.ajax(
{
url: "http://www.reynoldslakeoconee.net/ws/getCourseStatus.php", 
contentType: "text/xml",
headers: { 'Access-Control-Allow-Origin': '*' },
type: "POST",
complete: function(a,b){
console.log(a); 
console.log(b); 
}
});