Click the button to jump to a new window

onClick={this.handle}
handle(){
const w=window.open('about:blank');
w.location.href='你的地址'
}

Read More: