JSFiddle - React, Tailwind, and code Playground

by _ajm

JavaScript

$.get('/echo/jsonp/', { foo : 'bar', biz : 'buzz' })
    .success(function(data){ console.log (data) })