Edit in JSFiddle

 div > em { color: green; }
<div>
    This is some <em>text</em>
    <p>This is a paragraph of <em>text</em></p>
</div>