Skip to content

Instantly share code, notes, and snippets.

@lostintangent
Last active December 29, 2023 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lostintangent/e15073ee574fb8f88d8773ad3fe0d732 to your computer and use it in GitHub Desktop.
Save lostintangent/e15073ee574fb8f88d8773ad3fe0d732 to your computer and use it in GitHub Desktop.
React + TypeScript + Tailwind
import * as React from "react";
export default function App() {
return <div className="text-3xl underline">Hello world</div>;
}
{
"scripts": [
"react",
"react-dom",
"https://cdn.tailwindcss.com"
],
"template": true
}
{
"typeAcquisition": {
"enable": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment