Does anyone know how to replicate the navigation bar similar to Stack Overflow's navbar with a search form and icon? I have tried using it but cannot figure out a way.
<div class="form-group">
<input type="text" name="search" class="form-control" placeholder="Search here..">
</div>
<button type="submit" class="btn btn-default"><i class="fa fa-search"></i></button>
</form>