JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Img element</title>
</head>
<body>
  <img src="http://placekitten.com/200/300" alt="mica maca /">
  
  <img src="" alt="mica maca" />
</body>
</html>