JSFiddle - React, Tailwind, and code Playground
by dirtyd77
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<label><input type="radio" />Lorem</label>
JavaScript
$(function() {
$('label').contents().last().replaceWith("Ipsum");
});