JSFiddle - React, Tailwind, and code Playground

by BramVanroy

HTML

<div id='img-wrap'>
    <img src='http://placehold.it/300x300' />
</div>

CSS

#img-wrap {
    width:450px;
    border: 3px solid black;
    text-align: center;
}
#img-wrap img {
    margin:0 auto;
    height:100px;
    width:100px;
    background:#000;
}