JSFiddle - React, Tailwind, and code Playground

by kuonyuu

HTML

<p date="2013/01/22">Message vse grw gr wge 
gre gre sgrse hes gesgtrhntrs re gwea gjwajgwa gwa</p>

CSS

p { font-size: 14px; color: #000; }
p:after
{
    content: attr(date);
    padding-left: 40px;
    font-size: 12px;
    color: #999;
}