More link – not text

you can use this code;

function new_excerpt_more( $more ) {
return ' <div id="daha"><a class="read-more" href="'. get_permalink( get_the_ID() ) . '">Read More</a></div>';

}

add_filter( 'excerpt_more', 'new_excerpt_more' );