JSFiddle - React, Tailwind, and code Playground
HTML
<div style="display:block">
<div id="ques">Question</div>
<div id="answer">Answer</div>
</div>
CSS
#ques{ border:1px solid #000; height:80px;width:200px; margin-bottom:20px}
#answer{border:1px solid #000; height:80px; width:200px}