You'd have to loop it:
$('.menu_item_wrap').each((index, item) => { item.style.setProperty('border-top', '1px solid #E7E7E7', 'important'); });