JSFiddle - React, Tailwind, and code Playground

by twong17

HTML

<DOCTYPE! html>
<html>
    <header>Movie Review b</header>
    <p>Let's review movies honey boo boo </p>
</html>
hi

CSS

.header {
  background-color: #F1F1F1;
  text-align: center;
  padding: 20px;
}