• How to add CSS class into DOM element with pure JavaScript.
document.getElementById("preload").classList.add("class_name_here");