How do i Change the a tag href using js or jquery

Im trying to change the a tag href once clicked on it.

    <div class="yotpo-bottomline pull-left  star-clickable" tabindex="0">  
        <span class="yotpo-stars"> 
            <span class="yotpo-icon yotpo-icon-star rating-star pull-left"></span>
            <span class="sr-only">4.0 star rating</span>
        </span>  
        <a href="javascript:void(0)" class="text-m" aria-label="2 reviews" tabindex="-1">2 Reviews</a>   
    </div>  
</div>