JSFiddle - React, Tailwind, and code Playground
HTML
<input type = "radio" />
<input type = "radio" />
JavaScript
$(":radio:first-child").before("<label>Texto anterior a botón -></label>");
$(":radio:last-child").before("<label>Texto anterior al 2do. botón -></label>");