const box = document.getElementById('box'); if (box != null) { // ✅ Add class box.classList.add('bg-yellow');