JSFiddle - React, Tailwind, and code Playground

by Pav KR

HTML

<div id="bar">
  <span>Palavra</span>
  <form>
      <input class="buttom" type="submit" value="" /> 
  </form>
</div>

CSS

html, body{height:100%}
      #bar{width:100%; height:50px; background-color:#5959AB; color:white; font-family:"Arial"; font-size:150%; font-weight: bold; line-height: 190%}
      .buttom{background: url(icone_dicionario.jpg) no-repeat; cursor: pointer; width: 40px; height: 41px}
      #bar span {display: inline-block}
      form {display: inline-block}