App.js

 avatar
unknown
plain_text
4 years ago
266 B
4
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...