JSFiddle - React, Tailwind, and code Playground

by Jerrygoyal

HTML

<div id="section1">

</div>
<div id="section2">

</div>

CSS

#section1{
  height:200px;
  background: linear-gradient(to bottom right, #ad3, #add);
}
#section2{
  height:200px;
  background: linear-gradient(to bottom right, #de350b, #0065ff);
}