import React from 'react' import { StyleSheet, css } from 'next/css' export default () =>
This is red
const styles = StyleSheet.create({ red: { color: 'red' } })