JSFiddle - React, Tailwind, and code Playground
by Dan Schultz
HTML
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.js"></script>
Babel + JSX
fetch("https://api.predic8.de/shop/")
.then((response) => response.json())
.then((json) => console.log(json));