JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div class="comment">
<img src="d.jpg" style="width:13%; margin-right: 12px; float:left;">
<div style="text-align:left; font-size:8pt;">
<h5 style="margin-bottom:0;">Chris Fanelli</h5>
comment comment comment comment comment comment comment comment comment comment!</div>
</div>
<div class="comment">
<img src="d.jpg" style="width:13%; margin-right: 12px; float:left;">
<div style="text-align:left; font-size:8pt;">
<h5 style="margin-bottom:0;">Chris Fanelli</h5>
comment comment comment comment comment comment comment comment comment comment!</div>
</div>
</div>
CSS
.container {
width: Auto;
}
.comment {
display: table-row;
padding-top: 10px;
}
.comment img {
display: table-row;
padding-top: 10px;
}