JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<div class="bg">
<div class="rip"></div>
<div class="slide"></div>
</div>
CSS
.bg {
background: #ccc;
border: 1px solid #bbb;
height: 400px;
width: 100%;
}
.slide {
height: 400px;
width: 100%;
background: #fff;
}
.rip {
width: 50px;
height: 50px;
}