I have the following <Form.Input> that has a label I'd like users to be able to click, taking them to a new site in a new tab
<Form.Input
label='Icon (See Semantic Icons for options)'
name='icon' value={icon || ''}
onChange={this.handleChange} />
I don't see any documentation on how to achieve this - is it possible to embed a hyperlink within an attribute in Semantic UI React?