JSFiddle - React, Tailwind, and code Playground

by kentaromiura

HTML

<script src="https://raw.github.com/gist/3a8a96f136cf5cd2c1a0/69f16cb2c40b4a982ff7514c43b056e5540515ea/agent-with-cors.js"></script>

JavaScript

agent.cors('GET', 'http://cors-test.appspot.com/test').send(function(res) {
        alert(res.text);
    });