App.js

html (react)

другие самплы
const name = 'world'; 
	render(
	<h1>Hello {name}</h1>, 
	document.getElementById('root')
);
(ваш голос учтен)

Прикрепить файл