JSFiddle - React, Tailwind, and code Playground
by mvasilkov
HTML
<pre><code class='out'></code></pre>
JavaScript
$.get('http://127.0.0.1:6853/callback.json', function(result) {
$('.out').text(JSON.stringify(result));
})
by mvasilkov
<pre><code class='out'></code></pre>
$.get('http://127.0.0.1:6853/callback.json', function(result) {
$('.out').text(JSON.stringify(result));
})