JSFiddle - React, Tailwind, and code Playground
by jakirseu
HTML
<html>
<body>
<h1>Image Link demo</h1>
<a href="https://www.google.com.bd/" target="_blank">
<img src="https://www.google.com.bd/images/srpr/logo11w.png" width="200px" border="5"/>
</a>
</body>
</html>