JSFiddle - React, Tailwind, and code Playground

HTML

<div class="slider">
    <img src="http://k40.kn3.net/4/2/2/9/D/8/593.jpg" alt="slider" />
    <img src="http://k32.kn3.net/1/0/C/9/6/1/D4F.jpg" alt="slider" />
</div>

CSS

body{ 
	background: #eee;
	font-size: 14px;
	font-family: 'Segoe UI','Arial','Helvetica','sans-serif';
}

.slider{
	margin: auto;
	width: 90%;
	text-align: center;
}

.slider img{
	width: 100%;
	max-width: 600px;
}