React and React Native
Una doesn't support JSX.
Instead of JSX you can use React.createElement, where first parameter is component, second parameter is props and the rest of parameters are children.
Example:
Another example using styled-components and React hooks:
For better understanding you can check out React example and React Native example