Why not put an empty div:
<div style="clear:both;"></div>
That avoids wrapping anything. I think this will do what you want but I'm not sure I really understand the problem.
That's the same as using <br>, it makes no semantic sense. The HTML should describe information, not presentation.