Can HTML be used in a SmartApp paragraph?

Using a style tag I want to change the color of some SmartApp paragraph text to red. However, the Html shows as string data and escaping the tags (<style blah blah…>) did nothing. I’ve also tried using a Java decode method on the text assuming the text is being html entity encoded someplace along the line, but the decode command fails at execution

Is this possible?