I'm ReactJS noob, so I am having this terrible problem: got variable named adminLink containing the following:
<span class="link" onclick="showLogin">Login</span>
I need to print it out, as HTML. If I do following
<div className="adminLink">
{adminLink}
</div>
I get the text, not