vaadin 14 Tabs

I want to create Tabs with image with hover any idea?

You can use the Tabs component. The constructor takes components as arguments: Tabs | Components | Vaadin Docs

I want tab with hover?

For the hover you can use the :hover CSS

https://www.w3schools.com/cssref/sel_hover.asp

ok sir