function MyComponent(){ 2 3return <div style={{ color: 'blue', lineHeight : 10, padding: 20 }}> Inline Styled Component</div> 4 5}