$tags = get_the_tags();
$first_tag = $tags[0]->name;

echo $first_tag;