JSFiddle - React, Tailwind, and code Playground
by hbsto
HTML
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<div class="form-group">
<label for="usr">1회 클리어 시간:</label>
<input type="number" placeholder="분" min="0", step=0.1 class="form-control" id="clearMin">
</div>
<div class="form-group">
<label for="usr">쫄 마리 수:</label>
<input type="number" placeholder="마리" min="0", step=1 class="form-control" id="pets">
</div>
CSS
body {
margin: 10px;
}