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);
})();