JSFiddle - React, Tailwind, and code Playground
by falldeaf
CSS
body {
background-color:#000;
}
JavaScript
(async ()=> {
var githubdoc = await fetch("https://github.com/falldeaf/");
console.log(githubdoc);
})();
by falldeaf
body {
background-color:#000;
}
(async ()=> {
var githubdoc = await fetch("https://github.com/falldeaf/");
console.log(githubdoc);
})();