This is a classic case of divitis - you don't need a div to be clickable, just give the tag a class. Then edit the CSS of the class to display:block, and define a height and width like a lot of other answers have mentioned.
The tag works perfectly well on its own, so you don't need an extra level of mark-up on the page.