Hmm. I always try to stay clear of inline styles and presentational classitis:
<div id="my_id">
...
</div>
<br />
and
#my_id + br{
clear:both;
}
Would be my take if the previous tag (container) had an id. Perhaps that's being a bit anal, but I try to hide all the complexity inside CSS.