JSFiddle - React, Tailwind, and code Playground

by AnnMariePrice

HTML

<!DOCTYPE html>
<html lang="eng">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>BBC News - Home</title>
</head>
<body>
 <div class= "logo">
  <a href="https://www.bbc.co.uk/news/"><img src="https://news.bbcimg.co.uk/nol/shared/img/bbc_news_120x60.gif">
  </a>
  <h1>
  BBC News - Home
  </h1>
  
 


<p></p>
</body>
</html>

CSS

.logo{
  
  
}