JSFiddle - React, Tailwind, and code Playground
by igalst
HTML
<pre id="log"></pre>
JavaScript
fetch('https://local-time.info/tmp/wix-zap.txt', {mode: 'no-cors'})
.then(function(response) {
response.text().then(function(text) {
console.log('content', text);
});
});