JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document</title>
</head>
<body>
  <!-- Iskoristi sve headinge iz HTML-a i poslozi podatke prema njihovoj vaznosti.
  
  Ime tvog najdrazeg glumca/glumice
  Datum rodenja tvog najdrazeg glumca/glumice
  Najpoznatiji film tvog najdrazeg glumca/glumice
  Osvojene nagrade tvog najdrazeg glumca/glumice
  Najbolje uloga tvog najdrazeg glumca/glumice
  Citat tvog najdrazeg glumca/glumice
  
  
  npr:
  
  <h1> Tom Cruise </h1>
  -->
</body>
</html>