JSFiddle - React, Tailwind, and code Playground

by shahverdy

HTML

<header>test</header>

CSS

body{
     background-color: rgb(235, 237, 231);
}

header{
    background-color: rgb(215, 230, 184);    
}