'React' must be in scope when using JSX

import react from 'react'

改为

import React from 'react'

即可。