i want to put this icon inside of my textarea in below image.
and here is my code:
<div class="form-group" style="text-align: right;width: 100%;">
<textarea row=100 cols=60
type="text"
id="input"
formControlName="txt"
placeholder="متن ...">
</textarea>
<span class="icon-user"></span>
</div>
anyone knows how i must do for this problem ?