JSFiddle - React, Tailwind, and code Playground

HTML

<form id = "form1"name = "form1"method = "get"action = "">
  <input name = "q1"type = "text"id = "q1"value = "readonly"readonly = "true"/>
  <input name = "q2"type = "text"disabled = "disabled"id = "q2"value = "disabled"/>
     <input name = "q3"type = "text"id = "q3"value = "" />
  <input type = "submit"name = "Submit"value = "Submit"/>
</form>

CSS

div { text-align: center ; }
img:first-child { float: left ;  }
img:last-child { float: right ;  }