wp_nav_menu with default pages menu

I faced that problem in the past, however I remember my problem was the first link didn’t have a class, after some research I solved it working with a structure similar to this one, take a look and let me know if it works đŸ™‚

<ul>
   <?php wp_list_pages('title_li='); ?>
</ul>

UPDATED….