JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Width attribute</title>
</head>
<body>
  <img src="https://picsum.photos/200/300" alt="Lorem Picsum" width="200" height="300">
 
</body>
</html>