JSFiddle - React, Tailwind, and code Playground
by rzea
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CodePen - A Pen by Ricardo Zea</title>
</head>
<body>
<head lang="es">
<title>¿Puedo salir de casa?</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="[email protected]">
<style>
html, body { height: 100%; }
body {
display: flex;
justify-content: space-around;
align-items: center;
margin: 0;
font-family: "Segoe UI", Arial, sans-serif;
font-size: .65%;
color: white;
background: #000;
}
h1 {
margin: 0;
font-weight: 300;
font-size: 6rem;
}
</style>
</head>
<body>
<h1>No.</h1>
</body>
</body>
</html>