CSS en JS Material UI

export const YOURNAME = styled.div`
	// your css in js :)
`;
guiliuri