Write a program that renders a JSX element. The input will contain a string representing the element's props. The output should be the rendered element. For example, if the input is name=John, the output should be <p>Hello, John!</p>.
Write a program that renders a JSX element. The input will contain a string representing the element's props. The output should be the rendered element. For example, if the input is name=John, the output should be <p>Hello, John!</p>.