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>
   <dl>
     <dt>Harry Potter</dt>
     <dd>Harry James Potter was an English half-blood wizard, and one of the most famous wizards of modern times. <a href="https://harrypotter.fandom.com/wiki/Harry_Potter">Wiki</a> </dd>
     
     <dt>Ron Weasley</dt>
     <dd>Ronald Bilius "Ron" Weasley was an English pure-blood[2] wizard, the sixth and youngest son of Arthur and Molly Weasley (née Prewett). <a href="https://harrypotter.fandom.com/wiki/Ronald_Weasley">Wiki</a></dd>
   </dl>
</body>
</html>