A quick solution I found is to just type something between the div tags.
For example:
Change
<div id="placeholder"></div>
to
<div id="placeholder">.</div> or <div id="placeholder">randomtext</div>.
Personally, I found that using space/tabs/newlines doesn't work in this quick solution.