JSFiddle - React, Tailwind, and code Playground
by robx
HTML
<div class='commenttweet'>
<a href='http://'>Tweet this</a>
</div>
<div class='commenttweet'>
<a href='http://'>Tweet this 2</a>
</div>
CSS
.commenttweet{
float:left;
margin:10px;
padding:8px;
border:1px solid #000;
}