import 'data:text/css,#styled{font-weight:700}' export default function Home() { return <div id="styled">This text should be bold</div> }