This code works for current latest manifest V3
< div onClick = { (e) => { e.stopPropagation(); // Prevents triggering nested div click window.open("http://" + url, "_blank"); } } > { url } < /div>