Jquery UI Icons next to link

Jquery UI Icons next to link

hey? how to use the icon next to link?
when i use like this
<span class="ui-icons ui-icon-triangle-1-e" /><a href="#">testing</a>
it shows
<span class="ui-icons ui-icon-triangle-1-e"><a href="#">testing</a></
span>
--