JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<div id="haha"></div>
CSS
input {
text-indent:20px;
}
JavaScript
var kuisoner = "<div class='questionerWrapper' style='width:980px; background-color:#D9E9FF; text-align:center; padding:8px 0; margin:0 auto;'><div id='text' style='width:640px;font-weight:bold; margin:0 auto;'>Apakah anda puas dengan pelayanan kami? Dari 0-10, seberapa mungkin anda akan merekomendasikan layanan kami kepada orang yang anda kenal?</div><div class='selectWrapper' id='selected' style='display:block; margin-top:5px;'><span>Tidak Rekomendasi</span><input type='button' id='zero' value='0' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='one' value='1' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='two' value='2' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='three' value='3' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='four' value='4' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='five' value='5' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='six' value='6' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input type='button' id='seven' value='7' style='display:inline-block; margin:10px; border:1px solid #ccc; background-color:#fff; width:30px; height:30px; line-height:26px; cursor:pointer;'/><input...