JSFiddle - React, Tailwind, and code Playground

by SwampFall

CSS

/* 746c1e0f37962a6cb30331f68ea574353adf239a

JavaScript

var gist = {
    "description": "Check...test",
    "public": false,
    "files": {
        "checktest.txt": {
            "content": "that, 0"
        }
    }
};

$.ajax({
    url: 'https://api.github.com/users/SpectralFlame/gists',
    type: 'GET',
    dataType: 'json',
    success: function(e) {
      console.log(e);
    },
    error: function(e) {
      console.warn("gist save error", e);
    }
});