[jQuery] How to Inject style sheets/.CSS

[jQuery] How to Inject style sheets/.CSS


I have a <textarea> with CSS code and I would like to inject to into
the current page
Currently, I'm saving the text to a .CSS file and reloading the page.
Thats old school! How is this done with jQuery?