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" />
<img src="https://g.twimg.com/Twitter_logo_blue.png" width="100" height="100" />
</div>
</div>
CSS
#foto1 {
width: 208px;
margin: 0 auto;
}