JSFiddle - React, Tailwind, and code Playground
by Murat Kezli
HTML
<div id="slide">
<img src="https://livedemo00.template-help.com/wt_48443/images/slide-1.jpg?1541455586939" alt="#" />
<img src="https://livedemo00.template-help.com/wt_48443/images/slide-2.jpg?1541455586939" alt="#" />
<img src="https://livedemo00.template-help.com/wt_48443/images/slide-3.jpg?1541455586939" alt="#" />
</div>
CSS
#slide{ width:100%;}
#slide img{ width:100%; position:absolute; top:0;}