JSFiddle - React, Tailwind, and code Playground

HTML

<div class='top_image'>
    <img src='http://178.209.50.208/Sandbox/CSS/images/top_image.jpg'>
</div>

CSS

.top_image {
    width:950px;
    background-color:white;
    margin: 0px auto 0px auto;
    background:red;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;    
}
.top_image img {
    margin: 0px auto 0px auto;
}