Creates a shiny.tag which can be rendered just like other 'Shiny' tags as well as passed in
props to other 'React' elements. Typically returned from a wrapper ("component") function,
which parses its arguments with asProps() and fills in the other arguments.
Usage
reactElement(module, name, props, deps = NULL)
Value
A shiny.tag object representing the 'React' element.