const DIV = styled.div` html { scroll-behavior: smooth; background: red; } `; return <DIV>Hello World</DIV>;