JSFiddle - React, Tailwind, and code Playground

HTML

<p class="meta">
     <strong>Author Name</strong>
     –                                <-- remove this
     <time>June 7, 2013</time>
     :                                <-- remove this
</p>

JavaScript

$(document).click(function(){
$('.meta time').remove();
})