Add custom html to nav_menu

SOLVED>>>> I was able to add the button to the item_output variable. Basically I grabbed a walker class snippet and added the html to it.

$item_output .= '<button class="toggleExpand"><i class="fa fa-arrow-circle-right"></i></button><a'. $attributes .'>';