Skip to content

Instantly share code, notes, and snippets.

@clc80
Created June 1, 2018 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clc80/b3fb3ae3589e117684d3aee7956ccf53 to your computer and use it in GitHub Desktop.
Save clc80/b3fb3ae3589e117684d3aee7956ccf53 to your computer and use it in GitHub Desktop.
render() {
const color1 = {backgroundColor: 'blue'};
return (
<div style={color1}>
This text will have a blue background
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment