open in a new tab react

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

Source

Also in JavaScript: