You'll need to either change the HTML to place the first word in a span that you can select CSS, or you need to use JavaScript to detect the first word, then use JavaScript to place that word ina span that you can select with CSS.
There is only one way to accomplish this. Create your own browser application, and add support for a :first-word pseudo-element selector.