JSFiddle - React, Tailwind, and code Playground

JavaScript

fetch("https://newexample.s3.ir-thr-at1.arvanstorage.com/example.json")
  .then(response => response.json())
  .then(json => console.log(json));