I use a css library (I cannot modify it). It has a selector definition for textareas inside forms:
.ui.forms textarea { // some css }
Is there any way that I can apply this css to another element (e.g. a div or textarea outside a form)?
e.g. class =" .ui.forms textarea "