JSFiddle - React, Tailwind, and code Playground

HTML

<table id='myTab'>
	<tr>
        <th>Тип</th>
		<th>Наименование</th>
		<th>Изображение</th>
		<th>Цена, грн.</th>
    </tr>
	<tr>
	<td>Processors</td>
	<td>
		<select class='t'>
		<option>Выбрать</option>
		<option value='Processors-1'> ЕУІІ 1</option>
		<option value='Processors-2'> ЕУІЕ 2</option>
		<option value='Processors-2'> ЕУІЕ 3</option>		
		</select>
	</td>

	<td><img src='http://javascript.ru/forum/image.php?u=8616&dateline=1282216923'></td>
	<td>22</td>
	</tr>
	
	<tr>
	<td>Graphics</td>
	<td><select class='t'>
	<option>Выбрать</option>
	<option value='Graphics-1'> Graphics GeForce GTX 970 </option>
	<option value='Graphics-2'> Graphics GeForce GT 720 </option>
	<option value='Graphics-3'> Graphics 333 </option>
	</select>
	</td>

	<td><img src='http://javascript.ru/forum/image.php?u=8616&dateline=1282216923'></td>
	<td>33</td>
</tr>
</table>