JSFiddle - React, Tailwind, and code Playground

by Sindre Sorhus

JavaScript

(async () => {
	const response = await fetch('https://loving-kalam-0a9ddc.netlify.com/bing-photo-of-the-day');
  const json = await response.json();
})()