JSFiddle - React, Tailwind, and code Playground

by boldtrn

HTML

<iframe id="tourenplaner-iframe" src="https://kurviger.de/kurvenkoenig" height="800px" width="100%"></iframe>
<script>
  if (window.location.search) {
    document.getElementById('tourenplaner-iframe').src = "https://kurviger.de/kurvenkoenig" + window.location.search;
  }
</script>