JSFiddle - React, Tailwind, and code Playground

JavaScript

$(document).ready(function(){
    $.ajax("http://abettertms.com/api/terms",{
        dataType: 'jsonp',
        success : function(resp) { console.log(resp); }
    });
});