Create a nav-item with a dropdown menu using columns like the example
menu_dropdown(text, icon = NULL, href = NULL, items = list())An HTML tag representing the dropdown nav item
Title of the dropdown
Icon name (optional)
Link for the dropdown toggle (optional)
A list of character vectors or tags representing dropdown links; each element can be a character vector of length 2: c(text, href)