JSFiddle - React, Tailwind, and code Playground

by Karen Javadyan

JavaScript

fetch("https://api.github.com/users/mike1808")
.then((data) => {console.log(data)})