JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Liste</title>
</head>
<body>
   <ol>
     <li>Harry Potter</li>
     <li>Hermiona</li>
     <li>Ron</li>
     <li>Voldermort</li>
   </ol>
</body>
</html>