Tabs CSS question

I would like to change CSS for the tab when the mouse cursor is over the tab to enhance text visually but as I am not so familiar with css I am not sure what to change. Any help?
Thanks in advance.

The easiest way to set the hover color text is via the --rz-tabs-tab-hover-color CSS variable:

<RadzenTabs style="--rz-tabs-tab-hover-color: red">

You can also change the background via --rz-tabs-tab-hover-background-color.