JSFiddle - React, Tailwind, and code Playground
HTML
<div id="all">
<div><img src="http://avt.foto.mail.ru/mail/m1n1str68/_avatar" title="" /></div>
<div><img src="http://avt.foto.mail.ru/mail/m1n1str68/_avatar" title="" /></div>
<div><img src="http://avt.foto.mail.ru/mail/m1n1str68/_avatar" title="" /></div>
<div><img src="http://avt.foto.mail.ru/mail/m1n1str68/_avatar" title="" /></div>
</div>
CSS
#all{margin:20px auto;width:100%;height:100%;}
#all div{width:50%;background:red;}
#all div img{width:100%;height:100%;max-height:100px;max-width:100px;}
#all div:nth-child(2n+1){float:right;background:green;clear:both;}
#all div:nth-child(-n+2){*margin-bottom:30px;}
#all div:nth-child(even) {text-align: right;}