JSFiddle - React, Tailwind, and code Playground

by KajaK

HTML

<div class="glava">
Gmail Images 
<img width="35"src=http://www.mojmalcek.si/uploads/article/picture_120_oven.jpg>
</div>

<div class="BOOGLE">
<h1>BOOGLE</h1>
</div>

<div class="search">
<input>
</div>

<div claas="gumbi">

<button>iskanje boogle!</button>
<button>klik na srečo</button>
</button>
</div>

CSS

.glava {
  height: 60px;
  right: 0px;
  top: 0px;
  position: fixed;
}


.BOOGLE {
 margin: 40px auto 0px auto; 
 width: 150px;
 height: 70px; 
 color: yellow;
 padding-top: 30px; 
 margin: auto;
  }
  
.search {
  margin: auto;
  font:tahoma
  margin:auto;
  width:50px;
  padding:
  
}

.gumbi {
  font:tahoma;
  margin:auto;
  width:70px;
}