JSFiddle - React, Tailwind, and code Playground
HTML
<div id="banniere">
<img src="" width="468" height="60" alt=""/><img src="" width="468" height="60" alt=""/>
</div>
CSS
#banniere {
width : 936px;
display:table;
margin:auto;
}
#banniere img {
width : 468px;
float:left;
background-color:#ccc
}