car_trader/html/tailwind-sandbox/tailwind-sandbox-starter/01-utility-first/index.html

15 lines
462 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<title>Message Alert</title>
</head>
<body>
<!-- Utility First -->
<div class="flex items-center p-6 mx-w-sm mx-auto bh-white rounded-xl space-x-4 mt12">test</div>
</body>
</html>