JSFiddle - React, Tailwind, and code Playground
by GCyrillus
HTML
<div id="test">
<div style="display:inline-block">
<img src="http://dummyimage.com/100x100" width="100px" height="100px" />
</div>
<div style="display:inline-block">
<img src="http://dummyimage.com/100x100" width="100px" height="100px" />
</div>
</div>
CSS
#test {
width:100%;
height:100%;
}