JSFiddle - React, Tailwind, and code Playground
by zlojnaxa
HTML
<div class="res"></div>
JavaScript
fetch('https://some-test.onlinewebshop.net/cross/').then(response => response.text() )
.then(html => document.querySelector('.res').innerHTML = html);