JSFiddle - React, Tailwind, and code Playground

by Murat Kezli

HTML

<style>
@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900&subset=latin-ext');
</style>

<div class="form-contanier">
ggg
</div>

CSS

html{font-size: 18px;}
body {
  margin: 0px;

  font-family: 'Muli', sans-serif;
  font-weight: 400 !important;
  display:flex;
  justify-content: center;
  align-items: center;
  height:100vh;
}
.form-contanier{
  

  background-color:transparent;
  width:300px;

}