div package:blaze-html

Combinator for the <div> element. Example:
div $ span $ toHtml "foo"
Result:
<div><span>foo</span></div>