This is a normal paragraph. The styles herein are:

p:first-letter { color: red; font-weight: bold; }
.two:before { content: "Before pseudo-element! "; border: thin solid green; }

This has class="two". The first letter style should apply to the beginning of the generated content, so this paragraph should have started with "Before pseudo-element!".