open a new tab when clicking on a link react

JavaScript
<td onClick={()=> window.open("someLink", "_blank")}>text</td>
Source

Also in JavaScript: