JSFiddle - React, Tailwind, and code Playground

by Niels Harbo

HTML

<header><h1>My site</h1></header>
<div class="wrap">
    <ul>
    <li><a href="http://www.webdesignerforum.co.uk" target="frame">WDF</a></li>
    <li><a href="https://nielsharbo.dk/?pageId=home&lang=en" target="frame">nillervision</a></li> 
    </ul>
    <div class="cell2">
        <iframe src="" name="frame"></iframe>
    </div>
            
</div>

CSS

iframe{
    width:100%;
    height:500px;
}