I have span element html like below.
span { text-decoration: none !important }
<span>Some text</span>
so in IE it is not working but Chrome it is working.