JSFiddle - React, Tailwind, and code Playground

by sikuda

HTML

<!doctupe html>
<html>
<body>
<form role="search" method="get" id="searchform" action="https://www-1c.ru/">
		<label class="screen-reader-text" for="s">Запрос для поиска:</label>
		<input type="text" value="" name="s" id="s">
		<input type="submit" id="searchsubmit" value="Найти">
</form>
</body>
</html>

CSS

input {
    display: inline-block;
}