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