JSFiddle - React, Tailwind, and code Playground
by shahrukh007
JavaScript
class Welcome extends React.Component {
render() {
return Hello, {this.props.name};
}
}
by shahrukh007
class Welcome extends React.Component {
render() {
return Hello, {this.props.name};
}
}