how to add a search button next to input html code example Example: have button beside form input form { display: flex; } input[type=text] { flex-grow: 1; }