How can I add html elements and css styling to Text components
<b>
<img>
<br>
with code below bold and break html elements is not working
<Text><b>First Name</b> <br /> <b>First Name</b> </Text>
How can style Text Components above via css too.
Finally, is there any way to render Image in Forge UI KIT too
Thanks.