JSFiddle - React, Tailwind, and code Playground
HTML
<div class="contentbox">
</div>
CSS
.parent{background-color:#eee;color:#585858;
border:1px solid #ff0000;padding:5px;margin:3px;}
.child{background-color:#;color:#000;
border:1px dashed #585858;padding:5px;margin:3px 3px 3px 20px;}
.grandkid{background-color:#F2F5A9;color:#585858;
border:1px dotted #888888;padding:5px;margin:3px 3px 3px 40px;}
JavaScript
/*
$.getJSON("http://api.justin.tv/stream/summary?channel=day9tv/.json?jsonp=?",function(result) {
console.log(result);
});
*/
$.getJSON("http://api.justin.tv/api/streams/summary.json?jsonp=?/?category=gaming", function(a){console.log(a);});