JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

#foto1 {
    width: 455px;
   
	margin-top:100px;

margin-right:200px;

}

#foto2 {
    width: 455px;
	margin-top:100px;

margin-left:455px;

}