How can I convert a text link to a button link in my code?

Hello

Could anyone knows how to change below code from a text link to button link

{%- assign assign total_results = predictive_search.resources.products.size | plus: first_column_results_size -%}

{{ ‘general.search.search_for’ | t: terms: predictive_search.terms }}

change the writing "Search for “zsha”

to this button shape like below instead of text

I have changed below code

{{ ‘general.search.search_for’ | t: terms: predictive_search.terms }}

to

{{ ‘general.search.search_for’ | t: terms: predictive_search.terms }}

but when I click on the blue Botton box it take me to home page, it won’t show result for the search word.