JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Id atribut</title>
</head>
<body>
<!-- Odaberi jedan od divova i dodaj mu id="main" -->
<div class="grey-background"></div>
<div class="grey-background"></div>
<div class="grey-background"></div>
<div class="grey-background"></div>
</body>
</html>