Where do I add html code to the menu div?

wp_nav_menu( array( 'theme_location' => 'primary'
                   ,'items_wrap' => '<ul id="%1$s">%3$s</ul><div><p>content</p></div>' ) );

See @toscho’s detailed explanation of the items_wrap parameter for more information.