Example: ``` $t = Text::addTo($parentView)->set('Name <b>popup'); var_dump($t->render()); ```  `Text` class should be probably removed completely in favor of `View` only.