can i use tsx file inside js project reactjs code example
Example: how to make a react project that has tsx
npx create-react-app my-app --template typescript
or
yarn create react-app my-app --template typescript
npx create-react-app my-app --template typescript
or
yarn create react-app my-app --template typescript