JSFiddle - React, Tailwind, and code Playground
by Semih Muyaoğlu
HTML
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="form-group">
<label for="eposta">E-posta</label>
<input type="email" id="eposta" name="eposta" class="form-control" />
</div>
<div class="form-group">
<label for="sifre">Şifre</label>
<input type="password" id="sifre" name="sifre" class="form-control" />
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
</div>
</div>
</div>
CSS
body {
padding: 30px;
}
input {
border-radius: 0 !important;
}