I'm having trouble getting the search icon from font awesome to display properly within my search bar. Here is the code I'm using:
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" rel="stylesheet"/>
<div class="section-b">
<p> <input type="text"><i class="fa-solid fa-magnifying-glass"></i></p>
</div>