JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<img src="https://www.nicepng.com/png/detail/806-8069103_svg-transparent-fog-clipart-fog-cloud-mist-png.png" alt="" class="fog">
<img...
CSS
.ocean {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left:0;
}
.fog {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left:0;
z-index: 1;
}