Ok, you need to add the action attribute to your menuitem.
Next create a action-method, link it with your menuitem and your Controller.
In you method use this :
response.setView(ActionView.define("Tab name").add("html", "https://bing.com/").map());