JSFiddle - React, Tailwind, and code Playground

by Alex Baumgertner

HTML

<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<div class="output">

</div>

JavaScript

var url='http://upload.a2t.ru/files/test.txt';

$.getJSON(url,
    function (json) {
        var output;
        console.log(typeojson);
        
    });