This is the code snippet I am currently working on:
<h2>Workout Selector</h1>
<div class="form-group">
<label for="workout-name">Search by Keywords (Comma Separated):</label>
<input type="text" class="form-control" id="workout-keywords">
</div>
When rendered, it looks like this: https://i.sstatic.net/WKHDK.jpg
However, I would like to replace the red box with a button instead: https://i.sstatic.net/Cbplv.jpg
(What steps should I take to make this adjustment?)
Edit: It should not be the submit button