JSFiddle - React, Tailwind, and code Playground

by M Rahul Reddy

TypeScript

const App = () => {
  return (
    <>
    He
    </>
  )
}