App.js

Anonymous
plain_text
08/16/2021 9:28 AM
356 B
14
Indexable
import React from "react";

function App() {
  return (
    <div className="container place-items-center">
      <h1 className="text-7xl text-gray-800 uppercase tracking-wide text-center">
        Text
      </h1>
    </div>
  );
}

export default App;
Editor is loading...