I have a div with 0 height, but the text is not cutoff, only the div box. Example:
<div style="width:200px;height:10px;background-color:red;">
Text
</div>
I want it to cutoff the text to not overflow out of the div.
This is what it looks like:

And this is what I want it to look like:

overflow:hidden?