JSFiddle - React, Tailwind, and code Playground
by Andrey
HTML
<div class='one'>1</div>
<div class="two">2</div>
CSS
.one {
background: #000;
position: absolute;
top: 100px;
}
.two {
background: green;
}
by Andrey
<div class='one'>1</div>
<div class="two">2</div>
.one {
background: #000;
position: absolute;
top: 100px;
}
.two {
background: green;
}