Edit in JSFiddle

document.getElementById('bla').setAttribute('class', 'bla')
<h1 id="bla">Test</h1>
h1 {
    color: red;
}