JSFiddle - React, Tailwind, and code Playground

by Hashem Qolami

HTML

<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>

CSS

.comment:after {
    content: "";
    display: block;
    clear:both;
}