<script> var targetElement = document.querySelector('.price__new-val') ; targetElement.insertAdjacentHTML("beforeEnd", " руб."); </script>