JSFiddle - React, Tailwind, and code Playground
by Rohan Kumar
HTML
<p class="meta">
<strong>Author Name</strong>
–
<time>June 7, 2013</time>
:
</p>
JavaScript
$(function(){
$("p.meta").contents().filter(function(){ return this.nodeType == 3; }).remove();
});