JSFiddle - React, Tailwind, and code Playground
by Ishank Dubey
CSS
.wrapper {
position: relative;
overflow: hidden;
width: 100%;
height: 390px;
border: 1px solid white;
}
#slide {
position: absolute;
/* margin-left: 00px;*/
/*width: 100px;
height: 100px;*/
background: blue;
transition: 1s;
z-index:100;
}
#slide1 {
position: absolute;
/*margin-left: 500px;*/
/*width: 100px;
height: 100px;*/
background: blue;
z-index:0;
transition: 1s;
}