I'm looking to target a specific child element within a div using CSS. Here's the HTML code I have:
<div class='body'>
<text>This is a text element</text>
</div>
Instead of adding a class or an ID, I want to directly select the text element. I am new to CSS and HTML so any help would be greatly appreciated.