JSFiddle - React, Tailwind, and code Playground

by serio

JavaScript

$(function() {
    var url = 'http://europeantrophy.com/test.php?callback=?';
    $.getJSON(url, function(d) {
        $( d[0].content ).appendTo( 'body' )       
    });
});