Looking to align two input text fields with awesome icons next to them.
<span i class="fa fa-link fa-lg">
<input id="product" type="text" placeholder="Product" required/>
</span>
<br><br>
<span i class="fa fa-desktop fa-lg">
<input id="desktop" type="text" placeholder="Desktop" required/>
</span>
https://i.sstatic.net/s88Ay.png
Want the inputs to be left aligned based on the width of the icon.