Code external link to click on strip column

I have done more research and tried it again with the following code. It responds now with the click to open the URL, how on the same page.

How can I adjust this code for the URL to open on a new tab?

import wixLocation from “wix-location” ;

export function column1_click ( event , $w ) {
wixLocation . to ( “https://www.google.com” ,)
}