Earlier quoted context omitted.
Well, then the text isn't really "in" the triangle, is it? Leading you to rely on further hacks to make sure the text stays in the triangle with a nice padding, correct wrapping, and all the other features you get when text is really inside a container.
Could always do Hello where the div has position: relative and the span has position: absolute. Should work everywhere too.
Example: http://jsfiddle.net/9pMJS/