JSFiddle - React, Tailwind, and code Playground

by khushboo097

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport"
        content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Sebden Primary School</title>
    <link rel="icon" href="favicon.ico">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css" integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX" crossorigin="anonymous">
    <link rel="stylesheet" type="text/css" href="custom.css">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Averia+Sans+Libre&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sriracha&display=swap" rel="stylesheet">

</head>
<body>

<div class="hero-img">
    <img class="hero-cont">
  <a href="index.html">
  <img class="logo" src="logo.png" alt="logo" >
</a>
  <p class="head-txt">Sabden Primary School</p>
  <p class="head-subtxt">'Respect | Challenge | Resilience'</p>
  <div class="intro">
    <p class="one">About Us <img src="https://img.icons8.com/cotton/64/000000/info.png"/></p>
    <p class="two">Key Information <img src="https://img.icons8.com/cotton/64/000000/key--v2.png"/></p>
    <p class="three">Classes & Curriculum <img src="https://img.icons8.com/cotton/64/000000/book.png"/></p>
    <p class="four">Parents <img src="https://img.icons8.com/cotton/64/000000/working-parents.png"/></p>
    <p class="five">News & Events <img src="https://img.icons8.com/cotton/64/000000/news.png"/></p>
    <p class="six">Let's Celebrate! <img src="https://img.icons8.com/cotton/64/000000/confetti--v2.png"/></p>
  </div>
</div>

<grid-container>
  <grid-item><img src="contacts.png" width="65"  alt="Contacts"></grid-item>
  <grid-item><img class="pay-icon" src="parent-pay.png" width="120" ...