JSFiddle - React, Tailwind, and code Playground

HTML

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

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

CSS

#foto1 {
float: left

}

#foto2 {

  float: right
}