export default function Home() { return ( <div> <style jsx>{` p { color: red; } `}</style> <p>Hello World!</p> </div> ); }