JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Just look into the log, it's 'Ctrl + Shift + I' in Chrome!</h1>
JavaScript
jQuery(function($){
url = 'http://www.cloudspokes.com/challenges.json';
$.get(url);
});
<h1>Just look into the log, it's 'Ctrl + Shift + I' in Chrome!</h1>
jQuery(function($){
url = 'http://www.cloudspokes.com/challenges.json';
$.get(url);
});