JSFiddle - React, Tailwind, and code Playground

JavaScript

$.getJSON("http://www.catholic.com/api-radio/6431?callback=?", function(result){
   //response data are now in the result variable
   alert(result);
});