export default () => ( <div> <p id="blue-box">This is blue</p> <style jsx>{` p { color: blue; } `}</style> </div> )