JSFiddle - React, Tailwind, and code Playground

HTML

<p class="make-text"><p>

JavaScript

$.getJSON("http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20xml%20where%20url%3D'http%3A%2F%2Fcristianoveloz.com%2Fpodcast5%2Fscripts%2Fguitars.xml'&format=json&diagnostics=true&callback=?", function(data){
    
    console.log(data);
        
    
         });