const insertAfter = (el, htmlString) => el.insertAdjacentHTML('afterend', htmlString); module.exports = insertAfter;