JSFiddle - React, Tailwind, and code Playground
by maxibaezpy
HTML
<div class="commentList">
<article class="comment " id="com21">a</article>
<article class="comment " id="com20">b</article>
<article class="comment " id="com19">c</article>
<article class="comment2" >d</article>
<div class="something"> hello </div>
</div>
CSS
body {
background: white;
}
.comment {
width: 470px;
margin-bottom: 10px;
}
article:last-child{
border: 1px dotted red;
margin-bottom: 0;
}