JSFiddle - React, Tailwind, and code Playground

HTML

<div id="gehtnicht"></div>

CSS

#gehtnicht {
float:left;
width:260px;
height:530px;
margin:5px 30px 20px 5px !important;

background:rgba(0,0,0,.1);
background:url(https://www.google.de/images/srpr/logo11w.png) center 270px no-repeat, url(https://www.google.de/images/srpr/logo11w.png) center 2px no-repeat,
	-moz-linear-gradient(top, rgba(21,126,188,0) 0%, rgba(125,185,232,1) 100%),
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,126,188,0)), color-stop(100%,rgba(125,185,232,1))),
	-webkit-linear-gradient(top, rgba(21,126,188,0) 0%,rgba(125,185,232,1) 100%),
	-o-linear-gradient(top, rgba(21,126,188,0) 0%,rgba(125,185,232,1) 100%),
	-ms-linear-gradient(top, rgba(21,126,188,0) 0%,rgba(125,185,232,1) 100%),
	linear-gradient(to bottom, rgba(21,126,188,0) 0%,rgba(125,185,232,1) 100%);

border-radius:30px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
box-shadow:0px 0px 5px 5px rgba(0,0,0,.6);
-webkit-box-shadow:0px 0px 5px 5px rgba(0,0,0,.6);
-moz-box-shadow:0px 0px 5px 5px rgba(0,0,0,.6);
}