Skip to content

Instantly share code, notes, and snippets.

@mpociot
Created January 27, 2020 13:27
Show Gist options
  • Save mpociot/03ede0ee1551ebe70a12d58979aef570 to your computer and use it in GitHub Desktop.
Save mpociot/03ede0ee1551ebe70a12d58979aef570 to your computer and use it in GitHub Desktop.
<html class="h-full">
<body class="h-full">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<div class="h-full w-full flex items-center justify-center">
<h1 class="text-3xl">Welcome to {{ $title }}</h1>
</div>
</body>
</html>
return view('__tinker__::tinker', [
'title' => 'Tinkerwell',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment