JSFiddle - React, Tailwind, and code Playground
JavaScript
(async () => {
const response = await fetch('https://loving-kalam-0a9ddc.netlify.com/bing-photo-of-the-day');
const json = await response.json();
})()
(async () => {
const response = await fetch('https://loving-kalam-0a9ddc.netlify.com/bing-photo-of-the-day');
const json = await response.json();
})()