I am looking to implement a search bar button similar to the one on airbnb using bootstrap 5, like this example:
https://i.sstatic.net/oIIzv.png
Here is an example of HTML code that you can use:
<button type="button" class="btn btn-light">
<span class="search-label">start your search</span>
<span class="search-icon"><i class="fas fa-search"></i></span>
</button>