HTML:
Test Test Test
I think this can be accomplished by using the nth-child() Selector:
p:nth-child(2) { background:#ff0000; }
http://jsfiddle.net/davekerr/94Cgt/