This is what I currently have:
<div id='staff' >Staff</div>
My goal is to add an asterisk after the 'Staff' text to show that the associated part is necessary.
Is there a way to use CSS3 and polymer-dart to target the 'Staff' text and insert the asterisk right after it?