JSFiddle - React, Tailwind, and code Playground

HTML

<div id="dimensions">
    <div id="adGfwADS" class="adGfwADS" url="http://google.de">
    <div id="page">blupp</div>
    </div>
</div>

CSS

#page
{
    width: 1100px;
    margin: 100px 0px 0px -550px;
	min-height: 906px;
	background-color: #fff;
	left: 50%;
	cursor: auto;
	position: absolute;
	z-index: 1;
}

#adGfwADS
{
	width: 100%;
	min-height: 1050px;
	background-repeat:no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 10;
    background-color: #000; background-image: url(http://crazysportz.de/1.jpg); background-position: 50% 0px;
}