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