The difference between the text link and the dropdown element is that the dropdown tag is already a li. With the text link, the link is automatically wrapped with a li.
However, you can do this manually by wrapping the text link with a div and setting its tag to li. The markup is still identical, but you can do whatever you want to the div/li.