Unicorn_snippet

Write a code snippet which will decorate every <em> element in div#amazing-wrapper with a unicorn!

Unicorn should be added within each <em> on its end (separated by space from the existing text).

Please, provide two solutions for this problem:

  • one using pure CSS,
  • the second using pure JS.