Change the colour of text inside a repeater instance on mouse-in and mouse-out (hover)

Hello,
I have a repeater with 6 containers and each container has a text element connected to an item of a dataset. Is it possible to only change the color of the text element in that one container where my mouse is hovering on, instead of changing the color of the text element in all 6 containers? Also, if I use $w(“#txtItem”).text in $w(“#txtItem”).html as in Massa’s solution, it returns the placeholder value while hovering on the text element. How can I make it remain the assigned value connected to the dataset?
Thanks,
JC