# Rendering from string If for any reason you don't want to use JSX, you can render component from string or template tag. Rendering from string is extremely simple. The syntax is very similar to [stateless components](/#stateless-components), but instead of returning JSX your function should return a string: ```javascript const SuperHeader = ({ text }) => `