Is it possible to draw HTML contents in Vaadin 14 flow Label? I know, it is available in Vaadin 7 package like below:
Label label = new Label("<br>title", ContentMode.HTML);
I have texts with <br> contents. Is there any alternative available to let the label to use them in Vaadin 14 flow?