<style>.highlight{background-color: yellow}</style>
<script type="text/javascript" src="/js/jquery.js"></script>
<p><span>Look:</span> <span>This is some text in a paragraph.</span> <span>This is a note about it.</span></p>
<script>$("p span").first().addClass('highlight');</script>