JSFiddle - React, Tailwind, and code Playground

HTML

<div id="dealerarea">
    <div id="dealercards">
        <img src='https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash4/373074_568045966551052_1712567923_q.jpg'/>
    </div>
    
</div>

CSS

#dealerarea{
position:absolute;
width:100%;
height:96px;
top:15px;
}
#dealercards{
display: block;
margin:0 auto;width:200px;
}