JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<!DOCTYPE html>
<html>
<head>
<!-- Police de caractère Google -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Architects+Daughter|Orbitron">
<!-- Style du site lucidar.me -->
<link rel="stylesheet" type="text/css" href="https://lucidar.me/css/generic.css">
</head>
<body>
<h1>Titre</h1>
<h2>Sous-titre</h2>
<p>Paragraphe</p>
</body>
</html>