Here's my code where I want to place fa fa icon in that.
Whenever I place <i class=fa fa-user></i>
it not display anything and it runs without error's.
<?php $form = ActiveForm::begin(['id' => 'login-form']); ?>
<?= $form->field($model, 'username') ?>
<?= $form->field($model, 'password')->passwordInput() ?>
<?= $form->field($model, 'rememberMe')->checkbox() ?>