JSFiddle - React, Tailwind, and code Playground

HTML

<div id="wrapper">
<div id="foto1">
<img src="https://g.twimg.com/Twitter_logo_blue.png" width="100" height="100" />
</div>

<div id="foto2">
<img src="https://g.twimg.com/Twitter_logo_blue.png"  width="100" height="100" />
</div>
</div>

CSS

#wrapper {
    width: 100px;
    margin: 0 auto;
}

#foto1 {
    float: left;
}

#foto2 {
    float:left;
}