'React' must be in scope when using JSX react/react-in-jsx-scope?

I am an Angular Developer and new to React , This is simple react Component but not working import react , { Component} from 'react'; import { render } from 'react-dom'; class TechView