JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<span class="bubble_date" title="2019-02-15T14:56:05-05:00">1 month ago</span>

CSS

.bubble_date::after {
    content: attr(title);
    display: inline-block;
    margin-left: .25em;
    opacity: .5;
    font-size: 80%;
    width: 5em;
    overflow: hidden;
    white-space: nowrap;
}