Show Tags of Custom Post Type outside of Loop

Try changing order:

foreach ( $recent as $item ) {
    $posttags = get_the_tags($item['ID']);