JSFiddle - React, Tailwind, and code Playground
HTML
<a href="javascript:openNewWindow();">return to front page</a>
JavaScript
function openNewWindow() {
popupWin = window.open('http://www.google.com/',
'open_window',
'menubar, toolbar, location, directories, status, scrollbars, resizable,dependent, width=640, height=480, left=0, top=0), target='_blank'
}