JSFiddle - React, Tailwind, and code Playground
by kinduff
JavaScript
fetch('https://dog-api.kinduff.com/api/facts')
.then(response => response.json())
.then(data => console.log(data));
by kinduff
fetch('https://dog-api.kinduff.com/api/facts')
.then(response => response.json())
.then(data => console.log(data));