JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html> 
<!--- <input type="text" id="begin" placeholder="begin">
<input type="text" id="end" placeholder="end">
<button>Узнать</button>
<h1>Результат</h1>

CSS

h1 {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

JavaScript

console.log("hello,me")