JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
<div class="img"><img src="http://wwc.taobaocdn.com/avatar/getAvatar.do?userNick=feihu2987&width=80&height=80&type=sns" width="80" height="80" alt="头像"></div>
<p class="info">风吹亮雪花,吹白我们的头发,当初说一起闯天下,你们还记得吗?
那一年盛夏,心愿许的无限大,我们手拉手也成舟,划过悲伤河流.你曾说过不分离,要一直一直在一起,现在我想问问你,是否只是童言无忌. </p>
</div>
CSS
div,p{margin:0;padding:0;}
.box {width:320px;}
.img {width: 80px;height: 80px;margin-right:10px;float:left;}
.info {background: #ff9;color: #404040;overflow:hidden;zoom:1;}