JSFiddle - React, Tailwind, and code Playground
HTML
<div class="divider">
<img src="http://jsfiddle.net/img/logo.png"/>
</div>
<div class="divider2">
<img src="http://jsfiddle.net/img/logo.png"/>
</div>
CSS
.divider{
text-align: center;
}
.divider2 img{
height: 100px;
text-align: center;
background: center;
}