feat: add tailwind

This commit is contained in:
Artemy 2022-07-25 17:23:22 +03:00
parent 4ae6d11ee8
commit d1645783cc
11 changed files with 1230 additions and 154 deletions

View file

@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body>
<div class="bg-slate-700" id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>