JSFiddle - React, Tailwind, and code Playground

by popopome

HTML

<div id="div-before">DIV BEFORE</div>
<div id="div-1"> THANKS A LOT
    <div id="div-1a">
        DIV-1A
    </div>
    <div id="div-1b">
        DIV-1B
    </div>
    <div id="div-1c">
        DIV-1C
    </div>
</div>
<div id="div-after">DIV AFTER</div>

CSS

#div-1 {
    background-color: rgba(200,200,200,0.8);
    position: relative;
    top: 20px;
    left: 40px;
}