JSFiddle - React, Tailwind, and code Playground

by ChenYenYu

HTML

<html lang="zh-TW">
<head>
  <div>
  <a href="https://www.storm.mg/article/4805313"><img class="firstpicture" src= https://www.storm.mg/images/logo.svg ></a>
  </div>
  <hr/>
  
  <hr/>
</head>
</html>

CSS

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.firstpicture{
 max-width:130px;
 margin: 5px auto
}