Skip to content

Instantly share code, notes, and snippets.

@jonisar
Created November 22, 2018 10:36
Show Gist options
  • Save jonisar/2c3afd10a1783ecb53350b992c7324bd to your computer and use it in GitHub Desktop.
Save jonisar/2c3afd10a1783ecb53350b992c7324bd to your computer and use it in GitHub Desktop.
const divStyle = {
color: 'blue',
backgroundImage: 'url(' + imgUrl + ')',
};
function HelloWorldComponent() {
return <div style={divStyle}>Hello World!</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment