JSFiddle - React, Tailwind, and code Playground

HTML

<div class="item">
                <div class="date"><span>Вчера <br/>16:01</span></div>
                <div class="photo"></div>
                <div class="price empty">
                    <strong>цена не указана</strong>
                </div>
                <div class="description">
                    <h5><a href="#">Продам гидроизоляцию и грунтовку фирмы MAPEI</a></h5>
                    <div class="short_desc">Гидроизоляция 2-х компонентная MAPELASTIC фирмы MAPEI (24 кг сухая смесь и 8 кг жидкий компонент) - 2 комплекта. Цена 3000р. за комплект. Planicrite LATEX канистра 25 кг (Латекс из синтетического каучука) - 4000 р. Цена 3000р. за комплект.
Planicrite LATEX канистра 25 кг (Латекс из синтетического каучука) - 4000 р.</div>
                    <div class="addr">ФГУП "Федеральный центр благоустройства и обращения с отходами", Новосибирск</u></div>
                </div>
            </div>

CSS

item{float:left;width:100%;height:85px;border-top:1px dotted #DFDFDF;padding:30px 0px 0px;}
.date{width:75px;color:#999999;float:left;padding-left:10px;min-height:100%;}
.description{/* float:left; */}
.description h5{font-size:15px;margin-bottom:8px;}
.short_desc{color:#333333;font-size:13px;overflow:hidden;margin-bottom: 10px;}
.addr{float:left;font-size:11px;color:#555;}
.photo{float:right;width:76px;text-align:center;min-height: 100%;}
.price{float:right;width:136px;color:#555;margin-left:20px;min-height: 100%;}
.price strong{font-size:15px;}
.price small{font-size:11px;}
.vip{background-color:#FFF9D7;}
.empty{color:#BABABA;}