Use the add() method to add the highlight class to the p element.
add()
highlight
p
Make sure to pick add followed by ( and then "highlight", ).
add
(
"highlight"
)