JSFiddle - React, Tailwind, and code Playground

by Nightythehawk

HTML

<div id="unten"><img scr="" width="90" height="90" /></div>
<div id="oben"><img scr="" width="50" height="50" /></div>

CSS

#unten
{
background-color:#efefef;
width:100px;
height:100px;
z-index:0;
}
#oben
{
background-color:#cdcdcd;
position:absolute;top:15px;left:20px;
width:50px;
height:50px;
z-index:1;
}