const insertBefore = (el, htmlString) => el.insertAdjacentHTML('beforebegin', htmlString); module.exports = insertBefore;