Use the Text field if you want to apply some particular styling and show the CSS used to achieve it.
Grey border around each paragraph.
article p { border: 1px solid grey; }
The CSS will be formatted using GeSHI – Generic Syntax Highlighting.