JSFiddle - React, Tailwind, and code Playground
by Shidhin C R
HTML
<div class="test overlay">something</div>
CSS
.test {
width: 100px;
height: 100px;
background-color: #666;
}
.overlay {
position: relative;
margin: 20px auto;
}
by Shidhin C R
<div class="test overlay">something</div>
.test {
width: 100px;
height: 100px;
background-color: #666;
}
.overlay {
position: relative;
margin: 20px auto;
}