Skip to content

Instantly share code, notes, and snippets.

View jakeleveroni's full-sized avatar

Jake jakeleveroni

View GitHub Profile
/*
// init project bun init --react=tailwind
// add this to index.css
@import "tailwindcss";
html {
font-family: sans-serif;
font-size: 14px;
}