How to change container color

I have a repeater that I would like the color of the container to change depending on the data within the collection. For example, #dataset1 has a column named “status”. This will house either. SILVER TAG, WHITE TAG, OR GREEN TAG.

Based on what tag is choose I would like the container to change. I know this is easy but I just can’t get it right.

Put a box in the container and change its background color:
https://www.wix.com/corvid/reference/$w.Style.html#backgroundColor
Use repeater.onItemReady() to check for the condition and to change the element color in accordance
https://www.wix.com/corvid/reference/$w.Repeater.html#onItemReady :

I figured it out thank you