return ( <> <div style={{ backgroundColor: "#bacee0", width: "100%", height: "100%" }}> <div style={{ position: "fixed", bottom: "50px", width: "100%" }} onSubmit={handleSubmit} > <input style={{}} /> <button type="submit" style={{ position: "absolute", bottom: "0", right: "0", height: "100%", width: "60px", }} > 전송 </button> </div> </div> </> );