JSFiddle - React, Tailwind, and code Playground

by Joe Saad

JavaScript

fetch('https://my-json-server.typicode.com/typicode/demo/posts').then(r=> r.json()).then(response=> {
console.log(response)
}).finally(()=> {
console.log('test 11111')
})