How can we make a span element as img element? More precisely how can we do this,
<span src='https://abs.twimg.com/emoji/v2/72x72/1f607.png'></span>
I saw this concept in twitter message bar when we put emoji in textarea. Thank you for you time and concideration. Kindly have a look I would be greatful.
Edit-1
This question is not about using background image. Can we have other option like twitter people do. This is what I saw in twitter page.
<span class="RichEditor-pictographText" title="Smiling face with halo" aria-
label="Emoji: Smiling face with halo" data-pictograph-text="" data-
pictograph-image="https://abs.twimg.com/emoji/v2/72x72/1f607.png"> 
</span>
And these lines make an image look like and there is no background image as well.