JSFiddle - React, Tailwind, and code Playground
by fergal_doyle
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/qwest/4.4.6/qwest.min.js"></script>
JavaScript
qwest.get('/echo/json/').then(function(xhr, response) {
alert(response);
});