search package:blaze-html

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