JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foto1">
<img class="img1" src="http://torroella.com.hostinghood.com/images/LOGO-EXA-CONSULTING-01-(1).png" width="242" height="254" />

<img class="img2" src="http://torroella.com.hostinghood.com/images/internacional.png"  width="205" height="254" />
</div>

CSS

#foto1 {
    text-align:center;
}

.img2 {
    margin-left: 30px;
}