For example, for the description prop of a Section component, I'd like to add a link like this: ``` <Section description={ <span>Click this <a href="www.google.com">link</a> for more info</span> } /> ```