JSFiddle - React, Tailwind, and code Playground
by Shannenpio Cloning
HTML
<blockquote>
<h3 class='date-header'><span class='author'><b:if cond='data:top.showAuthor'><data:top.authorLabel/></b:if> : <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'><br />
<span class='post-author vcard'><br />
<span class='fn'><data:post.author/></span><br />
</span></a> </span><br />
<span class='clock'> Posted on <data:post.dateHeader/> - <a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated' expr:title='data:post.timestampISO8601'> <data:post.timestamp/></abbr></a> <b:if cond='data:post.allowComments'> with <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' title='Comments'><b:if cond='data:post.numComments == 0'>No comments</b:if><b:if cond='data:post.numComments == 1'>1 comment</b:if><b:if cond='data:post.numComments &gt;= 2'><data:post.numComments/> comments</b:
CSS
blockquote{font:italic 14px Georgia;margin:10px 25px;padding:10px;line-height:1.6em;color:#333;background:#ddd;border-left:5px solid #aaa;transition:all .3s ease-in-out;position:relative;}