DIV component for external JS

Hi,
I’ve already mamnange to include javascript into Vaadin which will show a widget. This widget need a

element with cernatin id to put it itself there. How can I achieve this? I’d like to put it in one of taTab widget but not bootsrap somehow website and ad at the end of code.

How about using Label component in HTML mode? Such as, new Label(“

”, ContentMode.HTML);