JSFiddle - React, Tailwind, and code Playground

by Nico

HTML

<html>
<head>
<title>iframe test</title>
<style>
#container {
  width: 100vw;
  height: 100vh;
}
</style>
</head>
<body>
<h1>
iframe Test
</h1>
<div id="container">
<iframe src="https://baden-baden.dev.mapp.raumo.de/schnelleinstiege" allow="geolocation" width="100%" height="100%"></iframe>
</div>
</body>
</html>

CSS

#contai