JSFiddle - React, Tailwind, and code Playground

JavaScript

$.getJSON('http://pipes.yahoo.com/pipes/pipe.run?_id=14756b1d828eae9693f6ef235de879cc&_render=json', function (data) {
    alert(data.value.items[0]['content:encoded']);
});