Javascript 101 (HTML Form)

Screen Shot 2022-08-08 at 11.07.31 PM (This is how mine look like)

Can anyone help me put the placeholder icon with the code. Thank you

<form action="#" method="post">
        <label>
            Coin:
            <imput type="text"  name="coinName" placeholder="Coin" />
        </label>
        <label>
            Amount:
            <imput type="number" min="0" name="coinQuantity" placeholder="Amount" />
        </label>
</form>


This is how it suppose to look