JSFiddle - React, Tailwind, and code Playground

HTML

<div class="slider">
    <img src="http://www.placebacon.net/400/300" alt="Bacn">
</div>

CSS

.slider {
    display: flex;
    flex: 1;
    align-items: center;
}
.slider img {
    width: 100%;
}