JSFiddle - React, Tailwind, and code Playground

HTML

<img class="item1" src="http://www.wouterpasman.com/test/tree-portrait.jpg">
<img class="item2" src="http://www.wouterpasman.com/test/tree-landscape.jpg">

CSS

img {
float:left;
}


body {
  width:100%;
}


.item2 {
  width: 66%;
}

.item1 {
  width:30.2%;
  margin-right: 2%;
}