SyntaxFix
Write A Post
Hire A Developer
Questions
The simplest solution I have found is to wrap your Font Awesome Icon in an <a></a> tag:
<a></a>
<Tooltip title="Node.js" > <a> <FontAwesomeIcon icon={faNode} size="2x" /> </a> </Tooltip>