VueJS is being utilized by me and it contains an expression as shown below:
{{ item.recommendation ? "PS4" : "Xbox" }}
Is there a way to make "PS4" appear in red color and "Xbox" in blue color within the expression by incorporating CSS styles? In simpler terms, how can CSS styling be applied within the expression?