JSFiddle - React, Tailwind, and code Playground

by GolezTrol

HTML

<div id="banner">
Recruiting info
<div id="overlay">
    Brand new slide.
</div>
</div>

CSS

#banner {
    background-color: #7777ff;
    height: 250px;
}

#overlay {
    background-color: #5555aa;
    position: absolute;
    top: 200px;
    left: 60px;
    right: 40px;
}