JSFiddle - React, Tailwind, and code Playground
by sulfureous
HTML
<div id="Slideshow">
<img src="http://www.bikeexif.com/wp-content/uploads/2012/11/buell-lightning.jpg" name="slide"/>
</div>
CSS
#Slideshow {
background: #000;
position: absolute;
top: 121px;
left: 0;
width: 100%;
margin: 0;
height: 200px;
overflow: hidden;
}
#Slideshow img {
width: 100%;
}