JSFiddle - React, Tailwind, and code Playground

by c0mm0n

JavaScript

$.getJSON('http://stream.meetup.com/2/rsvps', function(jsonp) {
    alert(jsonp);
//    alert('calling eval');
  //  eval(jsonp);
    //alert('eval returned');
});