Convenience function to create a span element.
Optional
Attributes or first child
Additional children
A TemplateElement for a span tag
span({ class: 'highlight' }, 'Important text') Copy
span({ class: 'highlight' }, 'Important text')
Convenience function to create a span element.