Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created September 26, 2017 20:17
Show Gist options
  • Save kenmazaika/500452545d693a287bdc4408035f0d40 to your computer and use it in GitHub Desktop.
Save kenmazaika/500452545d693a287bdc4408035f0d40 to your computer and use it in GitHub Desktop.
var myClassName = "blue";
var text = "hello ken";
var htmlElement = <div className={myClassName}>{text}</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment