There is not an option to add a menu item without a link in WP, but you could:
Create a custom link and set the URL to #. This works well if your header is not fixed. If it is and the user clicks on the menu item, the user will be sent to the top of the page.
Add a custom class to the item and then use JS to remove the link.