I was trying to put clickable times (x) from font Awesome inside the text field but I could not do it also there lack of documentation for all the classes... here a link to what I have got
<input type="text" class="form-control" id="copy-text">
<span>
<i class="fa fa-times xicon" aria-hidden="true"></i>
</span>
<span class="input-group-btn">
<button id="copy-emoji" data-clear-btn="true" class="form-control btn-large btn-lg btn btn-success" type="button" onclick="copyall()">COPY</button>
</span>
</div>
https://jsfiddle.net/2Lm6fup1/
thanks