JSFiddle - React, Tailwind, and code Playground

by sc0rp10

HTML

<div id="a"></div>
<div id="b"></div>

CSS

div {
  width: 100px;
  height: 100px;
  background-color: #ebacca;
  border: 1px solid #000;
}
#a {
  position: relative;
  z-index: 2147483647;
}

#b {
  top: -30px;
  position: relative;
  z-index: 2147483648;
}