JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>HTML figure</title>
</head>
<body>
  <figure>
  <img src="https://picsum.photos/id/237/200/300" alt="Pesek">
  <figcaption>Crni četveronožni umiljati dlakavac</figcaption>
</figure>
</body>
</html>