How to add pop-up tooltips in vaadin?

for example with css implementation:
http://jsbin.com/ajutil/1/edit

Best regards

component.setDescription(“Some nice tooltip”);

https://vaadin.com/book/-/page/components.features.html#figure.components.tooltip.richtext

Thanks, Vesa.
If I want the tooltips always show there, what component should I use then?